Side navigation
#1879 closed bug (duplicate)
Opened November 01, 2007 03:12PM UTC
Closed November 20, 2007 01:24AM UTC
.css('fontSize') returns different value in Internet Explorer
Reported by: | bruno1378 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.1 |
Keywords: | css | Cc: | jeresig@gmail.com |
Blocked by: | Blocking: |
Description
This is a duplicate ticket of:
http://dev.jquery.com/ticket/760
However, I'm not sure anyone has seen that the other ticket has been reopened.
Attachments (0)
Change History (1)
Changed November 20, 2007 01:24AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
You are right this is a duplicate of #760. The problem stated in the reopening of that bug is when using % for font size. The Dean Edwards trick doesn't work in that case but instead of returning the size of the font returns the number of pixels that percent would be on the actual screen (50% of a 1024 width screen would be 512 pixels and way bigger than the font size).
In any case, this is a dup and will be closed as such.