Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Ampersands In Text Fields Underline Following Character

forums forums SQLyog SQLyog: Bugs / Feature Requests Ampersands In Text Fields Underline Following Character

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #10094
      thelonious
      Member

      Hello,

      I've noticed that ampersands ('&') in text fields underline the following character in the Result and Table Data views. This is similar to what you see when you define an accelerator key for a menu. Clicking the “xyz bytes” button shows the text correctly; however, it would be great if I could turn off this underline behavior so I don't have to click through each row. Is there a setting I am missing or perhaps this is a bug?

      Thanks,

      thelonious

    • #23122
      peterlaursen
      Participant

      It is a bug and a known one.  The issue is that the Win32 API uses “&..” sequences to identify menu items and the keyboard shortcuts used for activating them (an example: often you can activate the 'file' menu by pressing “ALT-f”. In the code the string “file” is written like “&file” what sets the keyboard shortcut ALT-f active for that menu).  Basically we need to turn that off somehow in certain contexts.  It is not very simple and that is why it is not fixed yet.

      This only affects the display – not the data themselves.

      The issue is documented here: http://code.google.com/p/sqlyog/issues/list . Refer to issue #3.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.