#7480 closed enhancement (fixed)
improve normalization of return values from dojo.style()
Reported by: | alex | Owned by: | dylan |
---|---|---|---|
Priority: | low | Milestone: | 1.3 |
Component: | HTML | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For instance, if a font is set to "bold" via CSS, dojo.style() now reports "bold" nearly everywhere, but on IE will return the number 700. This (and many other) oddities can and should be smoothed out by dojo.style().
Change History (9)
comment:1 Changed 13 years ago by
Component: | General → Core |
---|
comment:2 Changed 13 years ago by
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
Milestone: | 1.2.1 → 1.3 |
---|
1.2.1 is only for critical bugs that we find in the 1.2 release; nothing should be marked as 1.2.1 until after we release 1.2
comment:6 Changed 12 years ago by
Milestone: | 1.3 → future |
---|
this may become really cumbersome really quickly.
comment:8 Changed 9 years ago by
Milestone: | future → 1.3 |
---|---|
Priority: | high → low |
Resolution: | → fixed |
Status: | new → closed |
it looks like r14917 fixed the one use case mentioned in the description. feel free to reopen or create a new ticket if necessary.
comment:9 Changed 9 years ago by
Component: | Core → HTML |
---|
Note: See
TracTickets for help on using
tickets.
(In [14917]) make sure that dojo.style() returns "bold" and not 700 for font weight queries on IE. Refs #7480. !strict