Menu

#1717 Some issues with the last search results

Bug
closed-fixed
5
2015-05-26
2015-05-04
Sworddragon
No

I'm using SciTE 3.5.0 compiled for GTK+ 3.12.2 and I'm noticing some issues with the last search results (for example in the Find/Replace menu):

  • The arrow to open the list is active even if it doesn't contain entries.
  • Sometimes the list opens towards the bottom and does hide some entries if there are a few. It seems this does always happen one time after the previous bug got triggered so fixing it would maybe also fix this bug.

Discussion

  • Neil Hodgson

    Neil Hodgson - 2015-05-17
    • labels: --> SciTE, GTK
    • status: open --> open-fixed
    • assigned_to: Neil Hodgson
     
  • Neil Hodgson

    Neil Hodgson - 2015-05-17

    On GTK+ 2 the arrow is disabled. The default behaviour (GTK_SENSITIVITY_AUTO) is supposed to disable and enable automatically but it doesn't so this appears to be a bug in GTK+ 3.x. A workaround has been applied as [06f379].

    Couldn't reproduce the second bug.

     

    Related

    Commit: [06f379]

    • Sworddragon

      Sworddragon - 2015-05-25

      Is this workaround only for GTK+ 3.14? Does it mean the bug has been fixed in GTK+ 3.16?

       
      • Colomban Wendling

        GTK_CHECK_VERSION() checks for a version or newer, so the same code will apply with 3.16 (and 3.18, etc.).

         
        • Sworddragon

          Sworddragon - 2015-05-27

          In this case I have made a bug report on GTK+ so that it gets fixed there too: https://bugzilla.gnome.org/show_bug.cgi?id=749898

           
          • Sworddragon

            Sworddragon - 2016-01-30

            The bug is fixed at least in GTK+ 3.18.x as the upstream bugreport shows.

             
  • Neil Hodgson

    Neil Hodgson - 2015-05-26
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.