Bug 11843

Summary: [S60] Links on www.sonera.fi don't work and open floating Toolbar
Product: WebKit Reporter: Rasvan Alexandrescu <rasvan.alexandrescu>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: CLOSED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: S60 Emulator   
OS: S60 3rd edition   
Attachments:
Description Flags
KeyEventHandler modified to look for any node under pointer
Sachin.Padma: review-
variable for element type added
Sachin.Padma: review-
added Sachin's comments
yongjun.zhang: review+
3.1 patch yongjun.zhang: review+

Description Rasvan Alexandrescu 2006-12-15 12:49:52 PST
[S60]Links on webpage http://www.sonera.fi don't work and clicking a link just opens browsing Toolbar.
Comment 1 Rasvan Alexandrescu 2006-12-15 12:57:22 PST
Created attachment 11868 [details]
KeyEventHandler modified to look for any node under pointer
Comment 2 Sachin Padma 2006-12-18 07:15:24 PST
Comment on attachment 11868 [details]
KeyEventHandler modified to look for any node under pointer

FocusedElementType should have returned as anchor instead of none.
Comment 3 Rasvan Alexandrescu 2006-12-18 08:42:06 PST
For this particular case would work, but what if we have as a node an input box or any selection button or mail anchor, etc ? The toolbar will have priority over the node functionality which contradicts the specification. The solution I proposed covers all this cases.
Comment 4 Rasvan Alexandrescu 2006-12-18 15:50:38 PST
Created attachment 11909 [details]
variable for element type added

variable for element type added to the keyeventhandler
Comment 5 Sachin Padma 2006-12-20 08:30:22 PST
Comment on attachment 11909 [details]
variable for element type added

You can just check if iElType == TBrCtlDefs::EElementNone when activating second time.
Comment 6 Rasvan Alexandrescu 2006-12-20 10:01:33 PST
Created attachment 11937 [details]
added Sachin's comments
Comment 7 Rasvan Alexandrescu 2006-12-20 14:47:31 PST
Created attachment 11939 [details]
3.1 patch
Comment 8 Yongjun Zhang 2006-12-20 14:49:10 PST
Comment on attachment 11939 [details]
3.1 patch

r=me
Comment 9 Yongjun Zhang 2006-12-20 15:07:07 PST
Comment on attachment 11937 [details]
added Sachin's comments

r=me
Comment 10 Yongjun Zhang 2006-12-20 15:08:20 PST
Completed: At revision: 18363  
Comment 11 Krishna 2006-12-22 09:56:23 PST
MHAE-6WEJCH 

Verified and Closed.
Comment 12 Joel Parks 2011-03-21 11:52:57 PDT
re-purposing InTSW keyword for use by QtWebkit team