Wikiavian:Known issues

From Wikiavian

Jump to: navigation, search

Contents

[edit] Open issues

  • Fix dialogs
    • Instead of link and unlink, have external link and wikilink
      • Edit html dialogs to make this clearer ( wiki\extensions\FCKeditor\plugins\mediawiki\dialogs\link.html and ..\..\wikilink.html )
      • Add unlink button to link and wikilink dialogs
    • Change dialogs to use IFRAME in-window popups
      • edit FCKDialogCommand to make this change ( wiki\extensions\FCKeditor\fckeditor\editor\js\fckeditorcode_*.js )
      • See this and this
    • To change the dialogs' look and feel, edit ( wiki\extensions\FCKeditor\fckeditor\editor\skins\default\fck_dialog.css )
  • Enable buttons in wikitext mode
    • The "Wikitext" button calls SwitchEditMode which calls RefreshModeState ( in wiki\extensions\FCKeditor\fckeditor\editor\_source\internals\fcktoolbarset.js ) and common items are defined ( inwiki\extensions\FCKeditor\fckeditor\editor\_source\internals\fcktoolbaritems.js (aka:) wiki\extensions\FCKeditor\fckeditor\editor\js\fckeditorcode_*.js )
    • However, many of those functions don't work even when the button is enabled; ex: undo/redo.
  • Template and ref interfaces aren't intuitive; they still require some knowledge of markup
  • Blockquote is a little quirky in WYSIWYG mode
  • Figure out how to indent elements of bulleted lists
    • Hitting TAB doesn't jump to the next field in WYSIWYG, so implementing the TAB button to do the expected action would be ok if it is possible.
  • If restarting doesn't make the buttons go away, figure out where else I need to go to remove them.
  • Fix toolbar CSS / images
    • Toolbar background
    • Buttons
    • Spacers
    • Custom buttons
    • Add the following buttons:
    1. Signature
    2. columns
    3. redirect
    4. gallery
  • Fix interwiki links
    • Edit wiki\extensions\FCKeditor\plugins\mediawiki\fckplugin.js to change WYSIWYG <-- --> code functionality there
    • Do intra-wiki links have the same problem swapping between WYSIWYG as interwiki links?
  • Image dialog: search Commons?
    • Have way to upload from interface? (not priority, just a thought)

[edit] Unduplicatable bugs

  • Weird spacing with bulleted lists.
  • All of the text gets "squished." All carriage returns are removed and formatting disappears.

[edit] Unresolvable issues

  • Paste button doesn't work in firefox
    • (problem with firefox security prefs; can be disabled with extreme difficulty on a per-user basis: see here.)

[edit] Resolved issues

  • Cut/Copy/Paste work(s) from the context menu and by pressing the appropriate keyboard shortcut
  • Button images found, edited
Advertisement