Update - Text Editor posting html - Printable Version +- Wolf RPG (https://wolf-rpg.com) +-- Forum: Out of Character: Community (https://wolf-rpg.com/forumdisplay.php?fid=1) +--- Forum: Help Desk (https://wolf-rpg.com/forumdisplay.php?fid=2) +---- Forum: Bug Reports (https://wolf-rpg.com/forumdisplay.php?fid=298) +----- Forum: Resolved (https://wolf-rpg.com/forumdisplay.php?fid=310) +----- Thread: Update - Text Editor posting html (/showthread.php?tid=46334) |
Update - Text Editor posting html - Kynareth Deagon - January 25, 2021 <p>issue 1.) when replying it cuts off the reply box with an invisible wall about halfway down.</p><p>issue 2.) it doesnt show me all of the colors when you chose the color picking option.</p><p>issue 3.) when i post it brings up a bunch of random code even though i havnt copy and pasted anything onto it.</p><p><br></p><p>the browser im using on PC (google chrome) and Mobile (safari) have never had this problem before. I tested it out on multiple threads and took a few screenshots.</p><p><br></p><p></p><p><br></p><p></p><p><br></p><p></p><p><br></p><p><br></p><p>as you can see the issue shows on this post as well lol</p> RE: Bug Reports - Speedy - January 25, 2021 <p>I seem to be having the same problem only when posting on mobile </p> RE: Bug Reports - Kharybdis - January 27, 2021 Not sure if it's a bug or not since it doesn't appear to mess with the coding in my posts or anything but this is what my reply screens look like even with the option 'Put the editor in source mode by default' checked. RE: Update - Text Editor posting html - Rosalyn - January 28, 2021 @Kynareth Deagon @Speedy @Kharybdis This should be resolved! let me know if it seems like it's still an issue! RE: Update - Text Editor posting html - Taikon - February 03, 2021 @Rosalyn The text bolding in the source mode editor is still a problem You can fix it by adding the following rule to one of the global stylesheets: Code: .sceditor-container textarea { or by editing the stylesheet associated with the sceditor (https://wolf-rpg.com/jscripts/sceditor/themes/mybb.css) on line 185: Code: font-weight: normal; |