#9600 closed defect (fixed)
Fileuploader JS error in IE8
Reported by: | jose.noheda | Owned by: | Mike Wilcox |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Form | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
See attached sample
Attachments (1)
Change History (6)
Changed 11 years ago by
Attachment: | fileuploader_error.html added |
---|
comment:1 Changed 11 years ago by
Owner: | changed from dante to Mike Wilcox |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 11 years ago by
Milestone: | tbd → 1.4 |
---|
comment:4 Changed 11 years ago by
That revision looks like it sets line-height to auto in either case. shouldn't the first "auto" on line 1074 be "inherit" ?
comment:5 Changed 11 years ago by
I'm not sure what you are looking at. line 1080 sets the lineHeight in a try/catch:
try{
dojo.style(this.insideNode, "lineHeight", "inherit");
The "auto" above that is for height, not line height.
line 1074 doesn't match what you are referring to: http://bugs.dojotoolkit.org/browser/dojox/trunk/form/FileUploader.js
Note: See
TracTickets for help on using
tickets.
changed lineHeight to inherit. IE chokes on auto. Committed revision 19088.