Opened 12 years ago
Closed 12 years ago
#9616 closed defect (duplicate)
dojox.form.FileUploader sets invalid value for line-height triggering bug on IE7
Reported by: | remy damour | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Widgets | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox.form.FileUploader? sets line-height to "auto" value. This triggers an error in IE7 (making widget initialization incomplete) while working fine with FF.
Changing value from "auto" to "normal" (as defined in w3 TR: http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height ) solve the problem.
Enclosed is corresponding patch.
Screenshot of the error can be found here: http://remydamour.com/dojo-uploader-IEBug/bug-screenshot.png
Live example with breakpoint can be found here: http://remydamour.com/dojo-uploader-IEBug/advanced-uploader_IEbug.php
Regards, Remy
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | FileUploader_2.patch added |
---|
comment:1 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
see #9615