Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-22721

QtCreator freezes when zooming compile output to the extreme

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • P1: Critical
    • None
    • Qt Creator 4.9.2
    • All Other Issues
    • None
    • Linux/X11

    Description

      Linux, X11, on a laptop with touchpad.

      To reproduce, build something to produce a bit of text in the compile output pane. Then press the control key to enable zoom mode and flick the touchpad so that the text becomes very tiny. 

      Qt Creator will lock up. It seems like the limits of what the smallest scale factor can be is not checked properly. Sometimes it catches it and stops, but sometimes not.

      My guess would be that the limit is checked with == but the fast flicking changes the scroll multiplier in bigger steps, skipping that particular value and it ends up calculating some infinite number or so.

      Attachments

        Issue Links

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

          Activity

            People

              kandeler Christian Kandeler
              mzanetti2 Michael Zanetti
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes