Hero Fighter Empire - Forums
HFE Editor | Bug List - Printable Version

+- Hero Fighter Empire - Forums (https://hf-empire.com/forum)
+-- Forum: Empire Zone (https://hf-empire.com/forum/forumdisplay.php?fid=1)
+--- Forum: Bug Report (https://hf-empire.com/forum/forumdisplay.php?fid=7)
+--- Thread: HFE Editor | Bug List (/showthread.php?tid=120)



HFE Editor | Bug List - MangaD - 18-06-2015

HFE Editor - Bug List
  1. Typing ". :) a" will convert to ".::) ". Smilies just not being correctly parsed in general. (emoticonsCompact in codebuttons related)
  2. When selecting the text in a post, a "Reply" button appears, clicking it will make 2 quotes of the selection, instead of just 1 quote. (WYSIWYG only)
  3. Editor in source mode by default will scroll to the end of page when opening a thread.
  4. Font size tags can have numbers instead of word identifiers in source mode. Doesn't work in wysiwyg though. Also negative values are allowed and by having a number such as -10 in the font size, the text becomes invisible.
  5. Removes table width from table tags. E.g. [ table=30]...[ /table]
  6. Removes code language from code tags. E.g. [ code=html]...[ /code]
  7. [Chrome only, wysiwyg only] Insert horizontal rule inside spoilers breaks them.
  8. [Wysiwyg] Inserting a font size around a list in source mode, and then switching to wysiwyg mode will make the font size disappear completely. Eg.
    [ size=x-small][ list=1]
    [ *]aaa
    [ *]bbb
    [ /list][ /size]

  9. [Wysiwyg] When using tags such as size, color, bold, etc around a text in multiple lines, sometimes the tags are applied to each line, instead of using only 1 tag for the entire text. For example in lists as described above.
  10. Spaces added after second list. Example:
    • a
      • aa
      • bb
    • b
      • aa
      • bb
    • c
      • aa
      • bb
  11. Formatting text in spoiler description or quotation author does not render in WYSIWYG. For quotations it does not render in posts either.
  12. Copy pasting of formatted text (e.g. from a website or a markdown editor) to the editor in WYSIWYG mode will create unnecessary and sometimes broken MyCode formatting (e.g. add size tags, font tags, etc). There should be an option to paste as formatted and as not formatted. Current version of SCeditor already has an option for this, I must add it to the toolbar and see if I can intercept ctrl+v with JS to use it

If you find any bugs with the editor, please report them here.

Edit: Fixed bugs are strikethrough. Open this URL and do a hard refresh on it and on the forum (ctrl+F5 or ctrl+shift+R) after the bugs have been fixed.


RE: HFE Editor | Bug List - zlyfer - 18-06-2015

(18-06-2015, 03:10 PM)MangaD Wrote: Typing ". :) a" will convert to ".::) ".
Did you get any reply from the MyBB-Community, yet?


RE: HFE Editor | Bug List - Hellblazer - 13-07-2015

First 2 solved right? What about 3rd?

. :)

Edit: Seems like :p


RE: HFE Editor | Bug List - MangaD - 05-12-2015

It is now possible to specify a language in the code. E.g.

[code=php]echo hello;[/code]

echo hello;

#include <iostream>
// [b]testing bug[/b] @MangaD :) =D -_-  lfpwnd  $var :^D https://hf-empire.com
int main(int argc, char** argv) {
   std::cout << "Hello HFE!" << std::endl;
   return 0;
}

// [b]bug[/b] @MangaD :) =D -_- lfpwnd $var :^D https://hf-empire.com

And it is possible to make tables and specify their width (in percentage). Button to add a table however is only available in Full Edit to avoid cluttering the editor toolbar.

[table=30][tr][th][url=https://hf-empire.com]heading 1[/url][/th]
[th]heading 2[/th]
[/tr]
[tr][td]cell 1[/td]
[td]cell 2[/td]
[/tr]
[tr][td][url=https://hf-empire.com]cell 3[/url][/td]
[td]cell 4[/td]
[/tr]
[/table]


heading 1 heading 2
cell 1 cell 2
cell 3 cell 4



RE: HFE Editor | Bug List - MangaD - 08-05-2024

The bug with the website scrolling to the editor has been fixed.


RE: HFE Editor | Bug List - MangaD - 27-09-2024

Several bugs have been fixed over time, and new ones have been added to the list.