Summary: | Misaligned combo boxes for tabular view on bigger tables | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Arseniy <kdeuser> |
Component: | Tables | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | normal | CC: | adam, inksi, staniek |
Priority: | NOR | ||
Version: | 2.9.8 | ||
Target Milestone: | 2.9.11 | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kexi/93c018e8109c07ec457175275c71838cb1659a2d | Version Fixed In: | 2.9.11 |
Sentry Crash Report: | |||
Attachments: |
Screenshot of incorrect UI behaviour
Both vertical and horizontal misalignment Test file with 1000 records as described |
Description
Arseniy
2016-01-07 14:59:46 UTC
Created attachment 96504 [details]
Screenshot of incorrect UI behaviour
Document is scrolled down by 2 rows.
Thanks. Your Kexi version? (In reply to Jarosław Staniek from comment #2) > Thanks. Your Kexi version? Kexi 2.9.8 KDE 4.14.10 Thanks a lot, noted. Confirmed, will be fixed today for 2.9.11. The offset is equal to the scroll offset, so it's enough to have number of records that do not fit in the view, scroll slightly and the glitch can be reproduced. Created attachment 96513 [details]
Both vertical and horizontal misalignment
Please note the horizontal misalignment: the combo box is moved to right when if horizontal scrollbar is at any non-zero position.
Created attachment 96514 [details]
Test file with 1000 records as described
Git commit c293db532569a80e389f2061f96b719b4448ebdc by Jaroslaw Staniek. Committed on 08/01/2016 at 00:12. Pushed by staniek into branch 'calligra/2.9'. Kexi: Fix alignment of table view combo boxes when rows or columns are scrolled FIXED-IN:2.9.11 M +9 -1 kexi/widget/tableview/kexicomboboxbase.cpp http://commits.kde.org/calligra/c293db532569a80e389f2061f96b719b4448ebdc Git commit 93c018e8109c07ec457175275c71838cb1659a2d by Jaroslaw Staniek. Committed on 29/02/2016 at 23:07. Pushed by staniek into branch 'master'. Fix alignment of table view combo boxes when rows or columns are scrolled FIXED-IN:2.9.11 (from calligra.git) M +12 -3 src/widget/tableview/kexicomboboxbase.cpp http://commits.kde.org/kexi/93c018e8109c07ec457175275c71838cb1659a2d |