Opened 5 years ago
Closed 5 years ago
#1485170 closed Bugs (fixed)
Preview Pane doesn't drag/resize correctly under Firefox-3.0 and Opera-9.5
| Reported by: | recoilfx | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | User Interface | Version: | 0.2-alpha |
| Severity: | normal | Keywords: | |
| Cc: |
Description
To replicate this bug:
1.) Click to resize the preview pane.
2.) Click to resize again - notice that the preview pane won't resize up, only down. Odd behaviors due to release toggle? It may take several resizes before this bug appears...
It seems like a Firefox 3 only bug.
Attachments (1)
Change History (5)
comment:1 Changed 5 years ago by alec
- Component changed from Client Scripts to User Interface
- Milestone changed from later to 0.2-beta
comment:2 Changed 5 years ago by ziba
The problem appears to be related to the browser focus. If the focus is already on the divider when you start dragging, then the problem occurs. One cheesy quick fix is to set the focus elsewhere (or nowhere) at the end of every drag event.
Changed 5 years ago by ziba
This is a lightly tested (ie7, safari on windows, firefox 3 on linux) fix. It could probably be done more glamorously.
comment:3 Changed 5 years ago by alec
- Summary changed from Preview Pane doesn't drag/resize correctly under Firefox 3 to Preview Pane doesn't drag/resize correctly under Firefox-3.0 and Opera-9.5
Fixed in [7c2d30b2], but we have still the same problem under Opera 9.51.
comment:4 Changed 5 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in [e5686f4a].

confirmed