Side navigation
#3929 closed bug (invalid)
Opened January 20, 2009 08:56PM UTC
Closed June 12, 2010 03:48AM UTC
Last modified March 15, 2012 02:39PM UTC
.css() will change margin-left value only once in Opera 9
Reported by: | brianfreud | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.1 |
Component: | unfiled | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Example site: http://brianfreud.info:3000/
Code: http://brianfreud.info:3000/static/scripts/sidebar.js
Hit the "Show Sidebar" button in the top left, then hit "Hide Sidebar", then "Show Sidebar" again. Works as it should... except on Opera 9.
The site's .css has margin-left at 140px. When you click hide, that is reset to 0px. (I've also tried other values, same effect.) When you click show, it should reset to 140px, and does in other browsers, but Opera (tested using 9.63) refuses to again set a new value for margin-left, and draws the sidebar right over the content.
Safe to mark as invalid; it turned out to be a jquery plugin issue, not a jquery issue.