Opened 11 years ago
Closed 11 years ago
#7890 closed bug (cantfix)
UI effect 'Fold' behaves differently between browsers
Reported by: | mrkmg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.effects.* (individual effect) | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Browsers tested:
Firefox 8.0 Chrome 15.0.874.121 m
jQuery Version: 1.7
jQuery UI Version: 1.8.16
Problem is with effects.fold
Description: Place a div onscreen with a fixed position, right = 0, and run a fold effect on that div. In Chrome, the fold's slide is to the right, and in Firefox the fold's slide is to the left. Example is here http://jsfiddle.net/AKbQx/15/.
Possible remedy: Currently there is no option for fold to define what direction the fold slides to. Adding that option would make the effect more useful and consistent.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Without an option to specify which position attributes to listen to (top vs. bottom, left vs. right), this is a cantfix, as FF won't report "auto" for position attributes, making it impossible for us to figure out if top/left was specified vs. right/bottom.