Changeset 21465 in webkit


Ignore:
Timestamp:
May 14, 2007 2:36:56 PM (17 years ago)
Author:
spadma
Message:

ligman, reviewed by Sachin

DESC: Inputbox callback gets canceled before it has a chance to run. Setting it's priority to EPriorityUserInput
http://bugs.webkit.org/show_bug.cgi?id=13714

  • BrowserCore/Formcontrols/src/FControlInputSkin.cpp: (CFormInputSkin::OkToExit):
Location:
S60/branches/3.1m/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • S60/branches/3.1m/WebKit/BrowserCore/Formcontrols/src/FControlInputSkin.cpp

    r20917 r21465  
    665665    if (!iWaitForLastCharacter)
    666666        {
    667         TRAP_IGNORE(iWaitForLastCharacter = CIdle::NewL(CActive::EPriorityIdle));
     667        TRAP_IGNORE(iWaitForLastCharacter = CIdle::NewL(CActive::EPriorityUserInput));
    668668        if (iWaitForLastCharacter)
    669669            {
  • S60/branches/3.1m/WebKit/ChangeLog

    r21458 r21465  
     1ligman, reviewed by Sachin
     2 DESC: Inputbox callback gets canceled before it has a chance to run. Setting it's priority to EPriorityUserInput
     3 http://bugs.webkit.org/show_bug.cgi?id=13714
     4
     5        * BrowserCore/Formcontrols/src/FControlInputSkin.cpp:
     6        (CFormInputSkin::OkToExit):
     7
    182007-05-10  hongzhao  <hong.a.zhao@nokia.com>
    29
Note: See TracChangeset for help on using the changeset viewer.