Opened 11 years ago
Closed 11 years ago
#11634 closed defect (fixed)
remove old code from dojo.position()
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | HTML | Version: | 1.5 |
Keywords: | Cc: | James Burke | |
Blocked By: | Blocking: |
Description (last modified by )
The branch of dojo.position() (formerly dojo._abs()) with the comment:
// FF2 and older WebKit
can be removed, cutting 54 lines out of dojo base.
Actually, since we no longer support FF3 (as stated in http://docs.dojocampus.org/releasenotes/1.5), we can also remove the block starting with:
}else if(d.isFF == 3){
Change History (4)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Cc: | James Burke added |
---|---|
Milestone: | tbd → 1.6 |
comment:3 Changed 11 years ago by
I want to leave the FF 3 branch for now. But the FF2/old safari branch can go.
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
jburke, I wanted to get your OK (documented here) on removing FF2, FF3, and Safari 3.x support for dojo.position. Removing this code will be actively desupporting those browsers instead of letting them die thru attrition.