Opened 14 years ago
Closed 13 years ago
#4571 closed bug (worksforme)
IE throws error when trying to set negative value to CSS padding property
Reported by: | gal_ga | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | css, negative | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
When trying to modify a paddingTop (also padding or padding-top) with a negative value I get JavaScript error in Internet Explorer 7 (also IE 6).
example in the attached file.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | ie_err.html added |
---|
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Padding can't be negative, so the input to jQuery isn't correct. How would this be resolved? Putting a try/catch around this just masks the problem. The current behavior seems correct, I'd actually prefer that Firefox threw errors on invalid input too so that people wouldn't be sloppy.
Note: See
TracTickets for help on using
tickets.
IE throws error when trying to set negative value to CSS padding property