[Webkit-unassigned] [Bug 25604] New: No way to intercept command-b or command-i on Mac WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 22:03:04 PDT 2009


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

           Summary: No way to intercept command-b or command-i on Mac WebKit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: jparent at google.com, ojan at chromium.org


No way to intercept command-b or command-i on Mac WebKit

HTML editors need to be able to tie in to do their own bold/italic handling
(for notification change events or for recording extra data).  Multiple HTML
editing libraries @ Google have hacks around this bug.

The current best-practice hack is to make the editable region plain-text only,
and catch they key events yourself.  You never see the key events if the
editable region is full rich text.


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



More information about the webkit-unassigned mailing list