Opened 10 years ago
Closed 10 years ago
#12283 closed defect (fixed)
Editable Grid(autoHeight="true") jitters when changes applied - with a vertical scrollbar in the viewport
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | General | Version: | 1.6.0b1 |
Keywords: | Cc: | [email protected]…, [email protected]…, | |
Blocked By: | Blocking: |
Description
Steps to reproduce:
- Open "editable-autoheight-jitter.html", make the browse smaller to show the scrollbar
- Edit one cell in the first row, apply the changes, the scrollbar will jitter.
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | editable-autoheight-jitter.html added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [23776]) Fixes #12283, thanks the fix from Edward Chatelain(IBM, CCLA), !strict. The fix has no side effect since "viewsNode.style.height" is reset correctly in _Grid.postresize() afterward.