-
Bug
-
Resolution: Fixed
-
P2
-
7, 8, 9
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8208953 | 8u201 | Shashidhara Veerabhadraiah | P2 | Resolved | Fixed | b01 |
JDK-8200226 | 8u192 | Dipak Kumar | P2 | Closed | Fixed | b01 |
JDK-8216854 | emb-8u201 | Shashidhara Veerabhadraiah | P2 | Resolved | Fixed | master |
JDK-8201323 | 7u201 | Dipak Kumar | P2 | Closed | Fixed | b01 |
The position of java.awt.Scrollpane is reset to an initial position
after calling validate() method with setting SCROLLBARS_NEVER.
It is likely to be a bug in ScrollPane. The reason is that the validate() method
eventually calls Win32 API SetScrollInfo(), which resets the position . It is
always called even when the scroll bar is not displayed.
after calling validate() method with setting SCROLLBARS_NEVER.
It is likely to be a bug in ScrollPane. The reason is that the validate() method
eventually calls Win32 API SetScrollInfo(), which resets the position . It is
always called even when the scroll bar is not displayed.
- backported by
-
JDK-8208953 scroll position in ScrollPane is reset after calling validate()
- Resolved
-
JDK-8216854 scroll position in ScrollPane is reset after calling validate()
- Resolved
-
JDK-8200226 scroll position in ScrollPane is reset after calling validate()
- Closed
-
JDK-8201323 scroll position in ScrollPane is reset after calling validate()
- Closed