Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ice:panelDivider + vertical orientation
-
Support Case References:
Description
Whenever a vertical divider orientation is used the divider will be placed some pixels beside the position where it was originally released and not at the exact position the user would expect it to to be released. This doesn't happen when the horizontal panel divider is used. Can be reproduced with current component showcase.
Activity
Michael Thiem
created issue -
Michael Thiem
made changes -
Field | Original Value | New Value |
---|---|---|
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=5121 |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Assignee Priority | P2 | |
Assignee | Yip Ng [ yip.ng ] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17393 | Thu Aug 21 17:03:04 MDT 2008 | yip.ng | Changed calculation of left panel width. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/resizablePanelGrid.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17394 | Thu Aug 21 17:04:00 MDT 2008 | yip.ng | Changed calculation of left panel width. |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/bridge/lib/extras/resizablePanelGrid.js
|
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Yip Ng [ yip.ng ] |
Fixed. Note that the left pane always has a dynamic percentage width. This is necessary for a divider panel that can expand and contract with its container or browser window size. This percentage width, plus some other browser quirks, may still cause the divider to be one or two pixels off. There is no way I can find to fix this unless we go back to a fixed width divider panel.