#3929 closed bug (invalid)
.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.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Safe to mark as invalid; it turned out to be a jquery plugin issue, not a jquery issue.