Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-6235

QWidget::scroll doesn't update themed background for children when scrolled on Symbian

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P0: Blocker
    • 4.6.1
    • 4.6.0
    • None
    • None
    • Nokia N97 SDK, Nokia 5800 Express Music

    Description

      Running the attached code in resulting rendering the child widget's background is taken from 0,0,50,50 rect of theme background although it should be taken from 50,50,100,100.

      QWidget scrollable;
      scrollable.resize(100,100);
      QLabel child(QString("@"),&scrollable);
      child.resize(50,50);
      scrollable.show();
      scrollable.scroll(50,50);
      

      Problem is that if we fix this we will cause huge performance impact on fast software scroller or make us not use it at all.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            riskedal Espen Riskedal (closed Nokia identity) (Inactive)
            e0150566 Janne Koskinen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes