Bug 93944 - [BlackBerry] Some callback of Select onchange doesn't work
Summary: [BlackBerry] Some callback of Select onchange doesn't work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Charles Wei
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-14 01:45 PDT by Charles Wei
Modified: 2012-08-14 08:09 PDT (History)
6 users (show)

See Also:


Attachments
Patch (4.66 KB, patch)
2012-08-14 02:30 PDT, Charles Wei
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Wei 2012-08-14 01:45:31 PDT
Internal Tracking No. 190604.

Issue:

  <select onchange="location.href = this.value" class="category" name="goto">
                <option value="/news/">Choose News Categories ...</option>
                
                    <option 
                            value="/news/exclusive/">Exclusive</option>
                
                    <option 
                            value="/news/worldwide/">Worldwide</option>
                
                    <option 
                            value="/news/economy/">Economy</option>
</select>

doesn't work when the selection changes.
Comment 1 Charles Wei 2012-08-14 02:30:20 PDT
Created attachment 158267 [details]
Patch
Comment 2 Antonio Gomes 2012-08-14 05:38:55 PDT
It looks sane to me, but would like Crystal to have a chance to look.
Comment 3 George Staikos 2012-08-14 07:48:25 PDT
Comment on attachment 158267 [details]
Patch

This is covered by existing tests.
Comment 4 WebKit Review Bot 2012-08-14 08:09:24 PDT
Comment on attachment 158267 [details]
Patch

Clearing flags on attachment: 158267

Committed r125565: <http://trac.webkit.org/changeset/125565>
Comment 5 WebKit Review Bot 2012-08-14 08:09:28 PDT
All reviewed patches have been landed.  Closing bug.