Bug Tracker

Modify

Ticket #3929 (closed bug: invalid)

Opened 4 years ago

Last modified 14 months ago

.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:
Blocking: Blocked by:

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

comment:1 Changed 4 years ago by brianfreud

Safe to mark as invalid; it turned out to be a jquery plugin issue, not a jquery issue.

comment:2 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.