[Webkit-unassigned] [Bug 113742] Tests added in r141354 erroneously assumes correction suggestion to be in the context menu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 01:36:46 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113742


Grzegorz Czajkowski <g.czajkowski at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |g.czajkowski at samsung.com
             Blocks|108528                      |




--- Comment #4 from Grzegorz Czajkowski <g.czajkowski at samsung.com>  2013-04-04 01:34:59 PST ---
(In reply to comment #2)
> Where do the other ports show the correction suggestion?

EFL uses context menu but correction suggestions are put at the beginning of the list.
So the condition:
shouldBeEqualToString("contextMenuElements[contextMenuElements.length - 1]", "welcome");
is not true for EFL.

Secondly, WK2's contextClick() returns array of objects (not strings) where object contains title (as string) and method click() for the object.

Would it be sufficiently to just check size of contextMenuElements before and after the click? It has been done in context-menu-suggestions.html to pass the test for Mac (r60693).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list