Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 4th, 2006, 1:35 PM   #1
aaroncampbell
Newbie
 
Join Date: Oct 2006
Posts: 7
Rep Power: 0 aaroncampbell is on a distinguished road
preventDefault() in Opera and Netscape

I have built a Google Suggest type dropdown suggestion box. When it is open, the user can use the mouse OR keyboard to navigate it. If they use the keyboard, the up/down arrows should navigation options, and the enter should "select" and option...but NOT submit the form. Herein lies the problem. I'm using this code in an onkeydown event attached to the input field:
if (this.asc.style.visibility != 'hidden') {
     e.returnValue = false
     if (typeof e.preventDefault !== 'undefined') {
          e.preventDefault();
     }
}
For full code, see this paste. The lines in question are highlighted, and start at line 116: http://paste-bin.com/779

The code works in IE and Firefox, but NOT in Netscape, Opera, K-Meleon, etc. Instead in those browsers it "selects" the option (this.selectOption();) AND submits the form.

Also, if you are part of Experst-Exchange, feel free to get some points
aaroncampbell is offline   Reply With Quote
Old Oct 4th, 2006, 1:40 PM   #2
aaroncampbell
Newbie
 
Join Date: Oct 2006
Posts: 7
Rep Power: 0 aaroncampbell is on a distinguished road
I realized that a paste-bin would be useless for future people finding this post. I'm attaching the code. In the attached version, the problem area starts on line 109
Attached Files
File Type: zip autosuggest.zip (4.0 KB, 15 views)
aaroncampbell is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:09 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC