Prototype does not support browsers in Quirks mode
Reported by John-David Dalton | April 23rd, 2008 @ 05:06 PM | in Inline documentation
Please state in the documentation, somewhere prominent, that Prototype does not support browsers in Quirks mode.
Comments and changes to this ticket
-
John-David Dalton April 23rd, 2008 @ 05:07 PM
- → State changed from new to doc
-
-
John-David Dalton April 23rd, 2008 @ 08:06 PM
Quirks mode support would be a huge PITA.
Considering the box model is all screwed up in quirks mode,
all of the Demensions and Position methods would have to be forked.
Maybe added as an optional adapter js.
For now I think its reasonable to just include the proper doctype,
but some devs don't have a choice.
-
Nick Stakenburg April 23rd, 2008 @ 08:36 PM
I wouldn't waste time on that, it's a lot of work, not worth it imo. A bit of documentation should take care of this.
-
-
Kenneth Kin Lum April 25th, 2008 @ 05:33 PM
in what aspects does Prototype not support Quirks mode? can we support some major ones and ignore the rarely used ones?
-
Andrew Dupont April 27th, 2008 @ 05:50 AM
Anything related to dimensions or positioning will do things incorrectly in quirks mode (at least in IE) because of the different box model. (Depending on how well it emulates IE's quirks mode, Opera might exhibit some of these problems as well.) Everything else, as far as I know, would work just fine.
-
John-David Dalton May 16th, 2008 @ 01:31 PM
- → State changed from doc to duplicate
-
John-David Dalton May 16th, 2008 @ 01:33 PM
This ticket is a roundabout duplicate of http://prototype.lighthouseapp.c...
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
The Prototype JavaScript library.
