Opened 14 years ago
Closed 10 years ago
#3773 closed feature (fixed)
Try to remove browser sniffing
Reported by: | Scott González | Owned by: | k_borchers |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.0 |
Component: | [meta] ui.dev | Version: | 1.6rc4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Find every place that $.browser is used and create a ticket for each instance.
Change History (8)
comment:1 Changed 14 years ago by
Milestone: | 1.next → 1.8 |
---|
comment:2 Changed 14 years ago by
comment:4 Changed 13 years ago by
Milestone: | 1.8 → 1.next |
---|
comment:5 Changed 12 years ago by
Type: | enhancement → feature |
---|
comment:6 Changed 11 years ago by
Owner: | set to k_borchers |
---|---|
Status: | new → assigned |
comment:7 Changed 10 years ago by
Milestone: | 1.next → 1.10.0 |
---|
comment:8 Changed 10 years ago by
Milestone: | 1.10.0 → 1.9.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
I'm closing this as fixed even though we're not done. We've removed all uses in code that won't be deleted by 2.0.0.
Note: See
TracTickets for help on using
tickets.
Check for $.browser.msie in effects.highlight.js can probably replaced with a check for $.support.opacity
Same with the first $.browser.msie check in ui.tabs.js