On Wed, 16 Sep 2026 08:43:03 +0000 Edward Welbourne <[email protected]> wrote:
> Ilya Fedin (15 September 2026 17:21) wrote: > > But now I'm not sure what to do... It seems I couldn't change the > > affected version of reports from other people but they all are still > > valid: > > I've added 6.11.2 to QTBUG-59668 and QTBUG-63884 based on these > reported verifications. > > I did need to click quite close to the existing affected versions > before the Jira UI recognised what I was doing as an attempt to > modify the field, so maybe the issue is just hitting inside the > invisible space around those markers ? It should now be possible to > click between versions to test that. Jira UX often leaves room for > improvement :-( > > Eddy. Not, it doesn't work, I guess I just have no rights for that. A pity you didn't add it to QTBUG-80434, it's the most annoying of those given a non-ending stream of end user complaints and eng11bits-qt6.patch from the comment still almost applies on dev (`git checkout v6.2.2`, `git apply eng11bits-qt6.patch`, `git stash`, `git checkout dev`, `git stash pop`), with the only one trivially resolvable conflicting hunk in qfontengine.cpp due to `int x = 1` being `int x = contextFontMerging ? 0 : 1` on dev while the patch just replaces `256` by `maxEngines` on the same line. -- Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
