[Webkit-unassigned] [Bug 27546] [GTK] context menu overriding API is very limited

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 19 05:17:46 PDT 2009


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





--- Comment #20 from Christian Dywan <christian at twotoasts.de>  2009-09-19 05:17:46 PDT ---
I tried the new hit test result in Midori. So I can reliably identify
editables, images and videos without guessing from context menu items, so I
ended up replacing the stock menu except for the editable case.

The editable menu can't be replicated because there is font, spelling and input
method/ unicode character items. And thus I'd like to improve those a bit:
- Font is always there, disabled. I suggested it's omitted if not used.
- Spelling is always there, even if disabled. I suggest to omit it if spelling
is disabled.
- Web Search is there, non-functional. Imho it looks out of place and makes the
menu look cluttered. I think we should remove it there (and separately think
about how to make the selection menu Web Search useful).

I am left unsure what the DOCUMENT flag is good for, it seems to be set always,
from a bit of testing. I would have assumed "document, as in not a link, image
or anything interactive" but that's not what it is.

-- 
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