Ticket #4836 (closed defect: invalid)
document.documentElement.clientWidth in ie quirks mode
| Reported by: | guest | Owned by: | sjmiles |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | HTML | Version: | 0.9 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
when dojo.isIE and document.compatMode == "BackCompat?" both true, the document.documentElement.clientWidth is always be zero, so dojo._fixIeBiDiScrollLeft(dojo/_base/html.js line 824 revision 11061) will get a wrong value in this situation.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.