#4496 closed defect (fixed)
Avoid allowing fractional calculations when sizing domNodes
Reported by: | dante | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
apparently it goes against css spec and allegedly is what causes the border to be missing in rare occasion. reported via http://dojotoolkit.org/forum/dijit-dijit-0-9/dijit-development-discussion/dijit-dialog-bug-half-pixels
Math.floor() any t/l/w/h attributes you set involving division :)
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | dialog.patch added |
---|
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from bill to dante |
Status: | new → assigned |
Summary: | Dialog can calculate fractional top and left → Avoid allowing fractional calculations when sizing domNodes |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 15 years ago by
Note: See
TracTickets for help on using
tickets.
a fix.