I was pleased to see Apple release a new version of Safari, but was a bit disappointed when I discovered a regression (I assume) in the DOM area.
I have a little test document where I can move table rows around. In Safari 1.1, everything worked perfectly but Safari 1.2 only moves a row once, then everything gets stuck. For example, you can move the first row down once and the third one up once and that’s it, no further moving around.
I do not claim my JavaScript is 100% bug free, but it works with Mozilla and WinIE 6 perfectly. One small difference I noticed is when I change the content of a row (e.g. a value of on input field) and then try to move that row. Mozilla moves the edited content but WinIE and Safari move the original content of the row as it was in the loaded HTML file. Another difference is that Mozilla has some #text element between the tr elements and Safari has not (viewable in the dom tree).
I am asking myself how to debug JavaScript code in Safari since there is no JavaScript console I know of.
Links
Apps
Archives
- January 2021
- April 2011
- August 2010
- July 2010
- June 2010
- January 2010
- October 2009
- June 2009
- March 2009
- February 2009
- January 2009
- December 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- February 2008
- December 2007
- November 2007
- September 2007
- May 2007
- January 2007
- December 2006
- August 2006
- July 2006
- June 2006
- May 2006
- March 2006
- January 2006
- November 2005
- October 2005
- August 2005
- July 2005
- June 2005
- May 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- April 2003
2 Responses to Safari Regression