Ticket #318 (closed defect: duplicate)

Opened 8 years ago

Last modified 6 years ago

IE 6 popup size is correct only in quirks mode or with a HTML 3.2 DTD

Reported by: mokhet Owned by: gogo
Priority: normal Milestone: Version 1.0
Component: Xinha Core Version:
Severity: normal Keywords: popup IE height
Cc:

Description

The popups - link.html, insert_table.html, insert_image.html, select_color.html - are using invalid HTML (no DTD) making IE fallback to quirks mode

I have tried to add the following DTD

the DTD i think it should be used in popups (based on actual structure) is the HTML 4.01 transitional

but when thoses DTD are used, IE (dlg_init() in popup.js) fails to calculate the height of the dialog box.

The only way to have IE render the correct height is to not use a DTD or use a HTML 3.2 DTD

it is impossible to use a 3.2 DTD since it is not adapted to the needs because some attribute doesnt exist in 3.2

  • onsubmit
  • onmouseover
  • id
  • bgcolor
  • % in width
  • onclick
  • onload
  • and the worst, SRC is not allowed in tag SCRIPT

So we actually end up using no DTD, but once again, i really dont think it is what is needed imo because cross compatibility is great, but using invalid HTML to make IE understand something is probably not the best idea :D

Change History

Changed 8 years ago by anonymous

  • priority changed from lowest to normal
  • milestone set to Version 1.0

Changed 7 years ago by 정유리

  • component changed from Xinha Core to Plugin_HtmlTidy

여성과 즐기는,캠 없이도 볼 수있는 채팅,만남!!

http://oh.ah.to/

http://oh.ah.to/

http://oh.ah.to/

자유로운 죽석 번개탕가능!

뜨거운 채팅!...매일매일...쿨하게 즐겨요

삭+제+번+호:ssx77

Changed 7 years ago by 정유리

여성과 즐기는,캠 없이도 볼 수있는 채팅,만남!!

http://oh.ah.to/

http://oh.ah.to/

http://oh.ah.to/

자유로운 죽석 번개탕가능!

뜨거운 채팅!...매일매일...쿨하게 즐겨요

삭+제+번+호:ssx77

Changed 7 years ago by 정유리

여성과 즐기는,캠 없이도 볼 수있는 채팅,만남!!

http://oh.ah.to/

http://oh.ah.to/

http://oh.ah.to/

자유로운 죽석 번개탕가능!

뜨거운 채팅!...매일매일...쿨하게 즐겨요

삭+제+번+호:ssx77

Changed 7 years ago by 정유리

여성과 즐기는,캠 없이도 볼 수있는 채팅,만남!!

http://oh.ah.to/

http://oh.ah.to/

http://oh.ah.to/

자유로운 죽석 번개탕가능!

뜨거운 채팅!...매일매일...쿨하게 즐겨요

삭+제+번+호:ssx77

Changed 7 years ago by 이수아

남성회원2000포인트증정!

여성과 즐기는,캠 없이도 볼 수있는 채팅,만남!!

http://oh.ah.to/

http://oh.ah.to/

http://oh.ah.to/

1:1비밀대화방,은밀한 둘만의 만남

자유로운 죽석 번개팅가능!

삭+제+번+호:ssx77 </a>

Changed 7 years ago by gogo

  • component changed from Plugin_HtmlTidy to Xinha Core
  • milestone deleted

Changed 7 years ago by gogo

  • severity changed from enhancement to normal
  • milestone set to Version 1.0

Changed 7 years ago by wymsy

changeset:563 makes IE size the popups correctly in when using a DTD. Now all we have to do is go through all the popups and plugins and add the DTD to the html...

Changed 6 years ago by gogo

  • status changed from new to closed
  • resolution set to duplicate

Duping #603

Note: See TracTickets for help on using tickets.