Ticket #5038 (closed bug: invalid)
IE error - Invalid argument.
| Reported by: | FDisk | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | Cc: | FDisk | |
| Blocking: | Blocked by: |
Description
I got IE8
error jquery-1.3.2.js line 1061 character 4
And i found the solution
line: 1060 -- if ( set ) ++ if ( set && value != 'NaNpx')
Change History
comment:2 Changed 4 years ago by FDisk
-- if ( set ) ++ if ( set && value != 'NaNpx')
sorry for dabble posts
comment:3 follow-up: ↓ 4 Changed 3 years ago by dmethvin
- Status changed from new to closed
- Resolution set to invalid
If the incoming argument is "NaNpx" there is a problem with the calling code.
comment:4 in reply to: ↑ 3 Changed 2 years ago by antti.kettunen@…
Replying to dmethvin:
If the incoming argument is "NaNpx" there is a problem with the calling code.
I think this is a bug and exists because of IE's CSS-rendering faults. For example, if element has a min-height defined, then height is set to NaNpx, which in itself throws error in IE. Other browsers are fine.
Style-generated errors should be picked up at code-level, themers shouldn't be made responsible for making features work or not.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

line: 1060