[Qt-interest] Bug in QAbstractItemView drag behaivor?
Alexander G
nylocx at gmail.com
Mon Feb 7 14:35:55 CET 2011
Thanks for your confimation,
I filled a bugreport at http://bugreports.qt.nokia.com/browse/QTBUG-17265
So lets hope this gets fixed in the next patch release or at least in
the next major release.
Alexander
Am 07.02.2011 13:42, schrieb Atlant Schmidt:
> Steve:
>
>> > You'd think it be worth someone's while in the project
>> > to be officially tasked with reading this list, wouldn't
>> > you?
>>
>> I'd say that's what bug reports are for.
>
> It's a question of being "pro-active" versus purely "reactive".
> In the one case, you get early notice that there's a problem and
> you have the opportunity to delight your customers by fixing
> it early. In the other case, you don't stand out from the crowd;
> you offer the same level of customer service as thousands of
> other software companies.
>
> It's a decision that top management can take and it can have a
> dramatic effect on how one's company is perceived and what sort
> of word-of-mouth advertising (and "buzz") it generates. Frankly,
> if it were my company, I'd want to help generate the best possible
> buzz among my user (and potential user) community. But then again,
> Nokia and I never saw eye-to-eye on what made for good buzz-
> generating software and that's a big part of the reason that
> I moved on from working there.
>
> Atlant
>
> -----Original Message-----
> From: qt-interest-bounces+aschmidt=dekaresearch.com at qt.nokia.com [mailto:qt-interest-bounces+aschmidt=dekaresearch.com at qt.nokia.com] On Behalf Of Stephen Kelly
> Sent: Monday, February 07, 2011 07:32
> To: qt-interest at qt.nokia.com
> Subject: Re: [Qt-interest] Bug in QAbstractItemView drag behaivor?
>
> Atlant Schmidt wrote:
>
>> Alexander:
>>
>>> The people who fix bugs don't read this mailing list.
>
> I was a bit short there. The people who fix bugs don't _necessarily_ read
> this mailing list. Some do I'm sure.
>
>>
>> You'd think it be worth someone's while in the project
>> to be officially tasked with reading this list, wouldn't
>> you?
>
> I'd say that's what bug reports are for.
>
> Steve.
>
>
>> If for no other reason than that the questions asked
>> on the list often "flag" where the documentation is weak
>> and in need of improvement.
>>
>> Someone should suggest this to Sebastian. ;-)
>>
>> Atlant
>>
>> -----Original Message-----
>> From: qt-interest-bounces+aschmidt=dekaresearch.com at qt.nokia.com
>> [mailto:qt-interest-bounces+aschmidt=dekaresearch.com at qt.nokia.com] On
>> Behalf Of Stephen Kelly Sent: Monday, February 07, 2011 06:22 To:
>> qt-interest at qt.nokia.com Subject: Re: [Qt-interest] Bug in
>> QAbstractItemView drag behaivor?
>>
>> Alexander G wrote:
>>
>>> Hi,
>>>
>>> is there really no one who can reproduce my problem or is my explanation
>>> unclear somehow?
>>
>> You need to file a bug report.
>>
>> http://bugreports.qt.nokia.com/
>>
>> If you go to the trouble of creating a test case which shows a bug always
>> make sure to file a bug report. The people who fix bugs don't read this
>> mailing list.
>>
>> I ran your testcase and saw the bug.
>>
>> All the best,
>>
>> Steve.
>>
>>>
>>> Alexander
>>>
>>> Am 03.02.2011 14:24, schrieb Qt Mailinglists:
>>>> Hi,
>>>>
>>>>
>>>> A few days ago I came across a strange problem with a QListView I use.
>>>>
>>>> If I drag an item which is not visible if the view is scrolled to the
>>>> top there was no QDrag Pixmap displayed. After some debugging I came up
>>>> with this minimal example:
>>>>
>>>> http://pastebin.com/SVY3U7tE
>>>>
>>>> #include<QtCore/QString>
>>>>
>>>> #include<QtGui/QApplication>
>>>> #include<QtGui/QListView>
>>>> #include<QtGui/QStringListModel>
>>>>
>>>> int main(int argc, char *argv[])
>>>> {
>>>> QApplication a(argc, argv);
>>>>
>>>> QListView dragList;
>>>>
>>>> QStringList strings;
>>>> for (int i = 1; i< 100; i++)
>>>> strings<< QString("%1. text item").arg(i);
>>>>
>>>> QStringListModel *dragModel = new QStringListModel(strings,&dragList);
>>>>
>>>> dragList.setDragEnabled(true);
>>>> dragList.setDragDropMode(QListView::DragOnly);
>>>> dragList.setModel(dragModel);
>>>>
>>>> dragList.show();
>>>>
>>>> return a.exec();
>>>> }
>>>>
>>>> Can someone confirm that there is a bug if you drag an item which is not
>>>> one of the items which are visible if the view is scrolled to the top.
>>>>
>>>> Sorry for my crappy english, but I hope you where able to understand
>>>> what I tryed to explain.
>>>>
>>>>
>>>> Alexander
>>
>>
>> _______________________________________________
>> Qt-interest mailing list
>> Qt-interest at qt.nokia.com
>> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>>
>> This e-mail and the information, including any attachments, it contains
>> are intended to be a confidential communication only to the person or
>> entity to whom it is addressed and may contain information that is
>> privileged. If the reader of this message is not the intended recipient,
>> you are hereby notified that any dissemination, distribution or copying of
>> this communication is strictly prohibited. If you have received this
>> communication in error, please immediately notify the sender and destroy
>> the original message.
>>
>> Thank you.
>>
>> Please consider the environment before printing this email.
>
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
> This e-mail and the information, including any attachments, it contains are intended to be a confidential communication only to the person or entity to whom it is addressed and may contain information that is privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the sender and destroy the original message.
>
> Thank you.
>
> Please consider the environment before printing this email.
More information about the Qt-interest-old
mailing list