facebook

JSP Script problem with navigation keys [Closed]

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #213712 Reply

    I have some JSP I inherited and the arrow key, page up/down, etc. instantly stop working when I come across code like the following

    <TD>$
    <script>
    if(‘<%= washerUpgrade %>’ == ‘Y’) document.write(getWasherUpgradePrice(‘<%= cabinetStyle %>’, ‘<%= unitType %>’));
    else
    document.write(‘0’);
    </script>
    </TD>

    The minute I scroll to the Bolded lines this behavior happens. The only way to get out of it is to move the cursor with the mouse. It is a really annoying feature.

    #213717

    I forgot to mention that I am using Eclipse 3.0 along with MyEclipse IDE 3.8.1 GA

    #213718

    I just installed the quck fix and it now works properly.

    #213719

    Riyad Kalla
    Member

    I can’t reproduce this, did you install the QuickFix 3 release? http://myeclipseide.com/PNphpBB2+file-viewtopic-t-3514.html

    #213720

    Riyad Kalla
    Member

    hah, you beat me to it. Ok great.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: JSP Script problem with navigation keys [Closed]

You must be logged in to post in the forum log in