<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[QColorDialog bug I wish to post, but Jira won&#x27;t allow login from my QT Account tied to markjamescapella.proton.me]]></title><description><![CDATA[<p dir="auto">I've found a QColorDialog bug I wish to post, but Jira won't allow login from my QT Account tied to <a href="http://markjamescapella.proton.me" target="_blank" rel="noopener noreferrer nofollow ugc">markjamescapella.proton.me</a></p>
<p dir="auto">It looks like a regression from a recent change.</p>
]]></description><link>https://forum.qt.io/topic/164795/qcolordialog-bug-i-wish-to-post-but-jira-won-t-allow-login-from-my-qt-account-tied-to-markjamescapella.proton.me</link><generator>RSS for Node</generator><lastBuildDate>Thu, 03 Sep 2026 15:40:29 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164795.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Jun 2026 10:01:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QColorDialog bug I wish to post, but Jira won&#x27;t allow login from my QT Account tied to markjamescapella.proton.me on Thu, 06 Aug 2026 18:21:31 GMT]]></title><description><![CDATA[<p dir="auto">Since all is calculated from HSV and V is 0, the behavior is correct.</p>
]]></description><link>https://forum.qt.io/post/839555</link><guid isPermaLink="true">https://forum.qt.io/post/839555</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Thu, 06 Aug 2026 18:21:31 GMT</pubDate></item><item><title><![CDATA[Reply to QColorDialog bug I wish to post, but Jira won&#x27;t allow login from my QT Account tied to markjamescapella.proton.me on Thu, 06 Aug 2026 17:35:58 GMT]]></title><description><![CDATA[<p dir="auto">It seems I do not have sufficient permissions to open a ticket in the bug reporting system.</p>
<p dir="auto">All that is likely missing is a minimal example:</p>
<pre><code>#include &lt;QtWidgets/QApplication&gt;
#include &lt;QtWidgets/QColorDialog&gt;
#include &lt;QtCore/QDebug&gt;

int main(int argc, char *argv[]) {
    QApplication app(argc, argv);

    // Opens the color dialog with black as the initial color.
    // Note that the HTML value and the corresponding color display
    // do not change while the mouse button is held down and moved
    // within the color field.
    QColor selectedColor = QColorDialog::getColor(Qt::black, nullptr, "Select color");

    if (selectedColor.isValid()) {
        qDebug() &lt;&lt; "Selected color:" &lt;&lt; selectedColor.name();
    } else {
        qDebug() &lt;&lt; "Selection cancelled.";
    }

    return 0;
}
</code></pre>
<p dir="auto">Perhaps someone with sufficient permissions can use this—along with the details provided by <a class="plugin-mentions-user plugin-mentions-a" href="/user/markjamescapella">@<bdi>markjamescapella</bdi></a>—to open a ticket in the bug reporting system.</p>
]]></description><link>https://forum.qt.io/post/839548</link><guid isPermaLink="true">https://forum.qt.io/post/839548</guid><dc:creator><![CDATA[Helmut.Jakoby]]></dc:creator><pubDate>Thu, 06 Aug 2026 17:35:58 GMT</pubDate></item><item><title><![CDATA[Reply to QColorDialog bug I wish to post, but Jira won&#x27;t allow login from my QT Account tied to markjamescapella.proton.me on Tue, 04 Aug 2026 18:40:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/helmut.jakoby">@<bdi>Helmut.Jakoby</bdi></a> I saw the video. I am requesting a minimal example to ensure everybody works from the same start.</p>
<p dir="auto">Since you reproduced the same issue, can you open a ticket on the bug report system providing that minimal sample and indications ?</p>
]]></description><link>https://forum.qt.io/post/839529</link><guid isPermaLink="true">https://forum.qt.io/post/839529</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 04 Aug 2026 18:40:28 GMT</pubDate></item><item><title><![CDATA[Reply to QColorDialog bug I wish to post, but Jira won&#x27;t allow login from my QT Account tied to markjamescapella.proton.me on Tue, 04 Aug 2026 12:54:34 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> ,<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/markjamescapella">@<bdi>markjamescapella</bdi></a> has demonstrated the error in the second link (<a href="https://www.dropbox.com/scl/fi/upl1g7w8mofoli1ew1y1g/QT6bug.mkv?rlkey=u04njublm9si74hptnp3h4y34&amp;st=qxc081uz&amp;dl=0" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.dropbox.com/scl/fi/upl1g7w8mofoli1ew1y1g/QT6bug.mkv?rlkey=u04njublm9si74hptnp3h4y34&amp;st=qxc081uz&amp;dl=0</a>).<br />
The error mentioned also occurs in my applications using this dialog (VS2026 C++17, QT 6.11.00).</p>
]]></description><link>https://forum.qt.io/post/839521</link><guid isPermaLink="true">https://forum.qt.io/post/839521</guid><dc:creator><![CDATA[Helmut.Jakoby]]></dc:creator><pubDate>Tue, 04 Aug 2026 12:54:34 GMT</pubDate></item><item><title><![CDATA[Reply to QColorDialog bug I wish to post, but Jira won&#x27;t allow login from my QT Account tied to markjamescapella.proton.me on Sun, 02 Aug 2026 18:34:39 GMT]]></title><description><![CDATA[<p dir="auto">To <code>jira-admin (at) qt-project.org</code> ?<br />
That is pretty strange... Can you try again ?<br />
Do you have a minimal buildable reproducer that shows your issue ?</p>
]]></description><link>https://forum.qt.io/post/839503</link><guid isPermaLink="true">https://forum.qt.io/post/839503</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 02 Aug 2026 18:34:39 GMT</pubDate></item><item><title><![CDATA[Reply to QColorDialog bug I wish to post, but Jira won&#x27;t allow login from my QT Account tied to markjamescapella.proton.me on Thu, 18 Jun 2026 20:59:38 GMT]]></title><description><![CDATA[<p dir="auto">I wrote the email you suggested and no response.</p>
<p dir="auto">I tried to use a duckduck account and that doesnt work either (I don't prefer a gmail account) so perhaps I'll drop the bug quick:</p>
<p dir="auto">ColorPicker "Crosshairs" don't reflect color on drag when BLACK due to isNull() regression here:<br />
<a href="https://github.com/qt/qtbase/blame/v6.12.0-beta1/src/widgets/dialogs/qcolordialog.cpp#L817" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/qt/qtbase/blame/v6.12.0-beta1/src/widgets/dialogs/qcolordialog.cpp#L817</a></p>
<p dir="auto">Video "Steps to reproduce" from my Dropbox:<br />
<a href="https://www.dropbox.com/scl/fi/upl1g7w8mofoli1ew1y1g/QT6bug.mkv?rlkey=u04njublm9si74hptnp3h4y34&amp;st=qxc081uz&amp;dl=0" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.dropbox.com/scl/fi/upl1g7w8mofoli1ew1y1g/QT6bug.mkv?rlkey=u04njublm9si74hptnp3h4y34&amp;st=qxc081uz&amp;dl=0</a></p>
]]></description><link>https://forum.qt.io/post/838819</link><guid isPermaLink="true">https://forum.qt.io/post/838819</guid><dc:creator><![CDATA[markjamescapella]]></dc:creator><pubDate>Thu, 18 Jun 2026 20:59:38 GMT</pubDate></item><item><title><![CDATA[Reply to QColorDialog bug I wish to post, but Jira won&#x27;t allow login from my QT Account tied to markjamescapella.proton.me on Sun, 14 Jun 2026 13:31:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Did you follow the suggestions of this <a href="https://forum.qt.io/topic/164253/about-accessing-the-bug-report-system">pinned post</a> ?</p>
]]></description><link>https://forum.qt.io/post/838736</link><guid isPermaLink="true">https://forum.qt.io/post/838736</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sun, 14 Jun 2026 13:31:44 GMT</pubDate></item></channel></rss>