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

           Summary: New toolbar breaks wikEd
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: UsabilityInitiative
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The new toolbar is not compatible with the rich text editor wikEd
(http://en.wikipedia.org/wiki/User_talk:Cacycle/wikEd). wikEd is used as a
gadget on many MediaWikis as well as a Greasemonkey script. wikEd uses an
iFrame in designmode as the edit area instead of the classical html textarea.

The old toolbar has been made compatible with wikEd by redirecting the
insertTags() function in edit.js to wikEd's own function WikEdInsertTags().

In order to make the new toolbar compatible with wikEd I need a "hook",
anything that could be used to provide wikEd with the three insert strings
(before, inside, after). I have checked the toolbar code, but was not able to
come up with a mechanism to hook wikEd into the new toolbar.

Trevor: please could you check the new toolbar code and point me to a solution
or could you otherwise create such a hook (e.g. a function call that wikEd can
redirect to its own function). Thanks, Cacycle


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