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

Application Hangs When Navigating In Query Resutl

forums forums SQLyog SQLyog: Bugs / Feature Requests Application Hangs When Navigating In Query Resutl

  • This topic is empty.
Viewing 8 reply threads
  • Author
    Posts
    • #10237
      weavelink
      Member

      Hello,

      I've noticed the following problem in the SQLyog community edition v5.25:

      When I navigate through the query results with the arrow keys, then the application hangs.

      Sample:

      Quote:
      CREATE TABLE `test` (

      `id` int(11) NOT NULL,

      `name` varchar(255) default NULL,

      PRIMARY KEY (`id`)

      ) ENGINE=InnoDB DEFAULT CHARSET=latin1

      insert into test values(1,”Webyog Softworks Pvt. Ltd., a privately held company based in Bangalore, India, creates innovative data management tools for thousands of customers in 90 countries, ranging from enterprises to small businesses and home users.”);

      select * from test;

      Then click the first ID field in the results tab and hit the right arrow on the keyboard to navigate to the right.

      Now SQLyog hangs !

      Kind regards,

      Wim

    • #23595
      peterlaursen
      Participant

      not reproducable here 'in first shot'.

      With your example I can and for minutes.

      With more data in the grid I can ,, and in any pattern also without problems.

      What is your OS? Any other details you think could be useful?

    • #23596
      weavelink
      Member

      Hello Peter,

      I did some additional tests and I came to the conclusion that the problem only occurs when I have the 'Truncate Column Headers To Maximum Data Size' option set in the General tab of the preferences.

      When this option is not set, then I have no problems.

      Kind regards,

      Wim

    • #23597
      adarsh
      Member

      Issue is confirmed. we will fix this in next release.

    • #23598
      peterlaursen
      Participant

      moving your post to the SQLyog category!

    • #23599
      weavelink
      Member

      Thanks Peter,

      I just posted the problem in the first bugs / features forum that I saw without looking at the category. Sorry for that.

      Kind regards,

      Wim

    • #23600
      peterlaursen
      Participant
    • #23601
      weavelink
      Member

      Hello Peter,

      The problem seems to be fixed in this version.

      Many thanks,

      Wim 😀

      PS: The link seems to be invalid, I used “http://www.webyog.com/downloads/betas/not_released/SQLyog526.exe” and then I was able to download the file.

    • #23602
      peterlaursen
      Participant

      hmmm … wonder how the semicolon got into that link 🙁

Viewing 8 reply threads
  • You must be logged in to reply to this topic.