[qt/qt/qttools-litehtml]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qttools-litehtml Pushed by mirror-service into branch 'upstream/master'. Changed from d4cbcba78e408bedc5f305459e37e5c2ceef0af3 to eb1c8f3656142d60ef5e1bff4016159406ddb448 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit eb1c8f3656142d60ef5e1bff4016159406ddb448 by Yuri Kobets (on behalf of n0madic) on 28/07/2026 at 12:42.. Fix box-sizing of an absolutely positioned element render_positioned() adds the paddings and the borders to the css width and height of the element, but for a border-box element they are already included, so an absolutely or fixed positioned element with box-sizing: border-box comes out too big by exactly that much. fix_height_min_max() also reads max-height where it means min-height, which raises any height below max-height up to it. https://invent.kde.org/qt/qt/qttools-litehtml/-/commit/eb1c8f3656142d60ef5e1bff4016159406ddb448