https://bugzilla.wikimedia.org/show_bug.cgi?id=29322

       Web browser: ---
             Bug #: 29322
           Summary: jquery.wikiEditor.js contains some iframe-specific
                    code
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: WikiEditor
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


jquery.wikiEditor.js contains what appears to be some iframe-specific code such
as a 'keydown' event handler that deals with ctrl+z, ctrl+y, ctrl+v, and tab.

This calls into context.fn.* functions which only appear in
jquery.wikiEditor.iframe.js, such as updateHistory() and purgeOffsets(). It
also doesn't appear to actually get called at all in the regular textarea mode,
which explains why we don't see errors from it. ;)

Probably just needs moving over to the extension file.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to