User Profile

Collapse

Profile Sidebar

Collapse
rosta
rosta
Last Activity: May 1 '09, 02:57 PM
Joined: Apr 29 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rosta
    replied to PgUp scrolling in FF
    For now, I want only that user is able to scroll with PgUp PgDown after field edit...Please look at my last post carefully where in last steps of act() function I write this:
    Code:
    document.getElementById('newfield1').click();
    document.getElementById('newfield1').focus();
    this select other element on page according your "None of the key events are going to trigger until the user has selected something else" ;) ...but...
    See more | Go to post
    Last edited by Dormilich; Apr 30 '09, 05:51 AM. Reason: added [code] tags

    Leave a comment:


  • rosta
    replied to PgUp scrolling in FF
    Im able trigger event with onmouseover..th is is ok, but then have to add
    some onkey handler that check what I typed in field (in real situation there can be fields for example
    with validators) and in case of ENTER I delete field (with innerHTML = '' (or html('')..Im using jQuery ))
    and scrolling stop work. Even if I set focus back to page then scrolling is out. See
    my original code with focus to newfield in the end of...
    See more | Go to post

    Leave a comment:


  • rosta
    started a topic PgUp scrolling in FF

    PgUp scrolling in FF

    Hi,

    I found following problem in FF 3.0.9 (it looks it is FF problem only). See few lines of code below:

    Code:
    <html>
       <head>
           <title>TEST</title>
           <script type="text/javascript">
               function act() {
                   document.getElementById('p_id').innerHTML = '';
               }
           </script>
       </head>
    ...
    See more | Go to post
No activity results to display
Show More
Working...