Posts: 1,556
Threads: 77
Joined: May 2011
I am sure I am not the only one suffering from this. It's pretty buggy and makes the posting experience more difficult, contrary to its purpose.
I've added a poll.
Posts: 864
Threads: 49
Joined: Mar 2008
09-27-2015, 07:46 AM
(This post was last modified: 09-27-2015, 07:54 AM by STM1993.)
I dislike the feature as well, it tends to screw up formatting (as if the code=dc tag getting removed from quick edit or previewing isn't bad enough already, it also adds redundant sizes when used on a list).
![[Image: zy6aNo5.png]](http://i.imgur.com/zy6aNo5.png)
Currently you can choose to use the old source-based editor (click the icon I pointed out with a red arrow on the right).
![[Image: kTTn8CE.png]](http://i.imgur.com/kTTn8CE.png)
There is also the option in User CP to put the editor in source mode at all times.
I'm okay either way since the option to disable is there, but I voted 'Yes' just to voice my displeasure of the system (and because I wasn't aware until I dug around the options).
Posts: 1,556
Threads: 77
Joined: May 2011
I am aware of that button. The Preview Post page returns you back to the WYSIWYG view, which, when you try to switch back from it to source mode, screws formatting and deletes some tags as you've mentioned.
Thanks given by:
Posts: 371
Threads: 12
Joined: May 2014
Yeah, its even more confusing than the regular tags editor. PLUS bp aint nowhere to develop it any longer. ALTHOUGH, i saw mangad developed it a LOT on hfe.
Thanks given by:
Posts: 359
Threads: 47
Joined: Jun 2014
09-27-2015, 01:10 PM
(This post was last modified: 09-27-2015, 01:17 PM by MangaD.)
(09-27-2015, 07:30 AM)Doctor A Wrote: I am sure I am not the only one suffering from this. It's pretty buggy and makes the posting experience more difficult, contrary to its purpose.
I've added a poll.
You are correct sir, the WYSIWYG still has a few bugs. Could you pinpoint some of them for me please? Thanks.
(09-27-2015, 07:55 AM)Doctor A Wrote: I am aware of that button. The Preview Post page returns you back to the WYSIWYG view, which, when you try to switch back from it to source mode, screws formatting and deletes some tags as you've mentioned.
But you can put the editor in source mode by default right? This way when you click Preview, nothing will break.
I think removing the WYSIWYG feature for everyone is not necessary when you can remove it for yourself?
I mean, I'm sure many bugs can be fixed (I've fixed some already at hfe), and the MyBB team is working on some of them too...
(09-27-2015, 07:46 AM)STM1993 Wrote: I dislike the feature as well, it tends to screw up formatting (as if the code=dc tag getting removed from quick edit or previewing isn't bad enough already, it also adds redundant sizes when used on a list).
The code=dc tag shouldn't be hard to fix.
Can you explain those redundant sizes for me please? Thanks.
I would be happy if we could make a list of the WYSIWYG bugs.
![[Image: random.php?pic=random]](https://hf-empire.com/images/banners/random.php?pic=random)
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
The meaning of life is to give life a meaning.
Stop existing. Start living.
Posts: 864
Threads: 49
Joined: Mar 2008
09-27-2015, 01:37 PM
(This post was last modified: 09-27-2015, 01:48 PM by STM1993.)
(09-27-2015, 01:10 PM)MangaD Wrote: Can you explain those redundant sizes for me please? Thanks. Sure, quote this post and see below:
- test1
- test2
- test3
- test4
- test5
^ redundant code - uses size tag for every single line when...
- test1
- test2
- test3
- test4
- test5
Simply using one size tag is sufficient. Using the WYSIWYG feature would instead remove the 1 size tag I put around the list tag, and also force the list tag to always be in separate lines.
EDIT: I'm aware the 2nd example's number pointers are also larger, but if I'm using a size tag throughout the whole thing, I'd want a big number pointer at the side as well, as it'd look really jarring to see a really small number font... and then very large text.
Incidentally, I notice that all the bugs with WYSIWYG are also tied to "quick edit".
v @Doctor_A: Yeah I did say that, but it turns out I forgot to save my settings.
Thanks given by:
Posts: 1,556
Threads: 77
Joined: May 2011
Quote:But you can put the editor in source mode by default right? This way when you click Preview, nothing will break.
I think removing the WYSIWYG feature for everyone is not necessary when you can remove it for yourself?
I mean, I'm sure many bugs can be fixed (I've fixed some already at hfe), and the MyBB team is working on some of them too...
Absolutely. I am pretty sure STM previously said that the check box doesn't work, but he seems to have edited his post later after I saw it. But yes, it works like charm, thank you.
(09-27-2015, 01:10 PM)MangaD Wrote: You are correct sir, the WYSIWYG still has a few bugs. Could you pinpoint some of them for me please? Thanks.
I would be happy if we could make a list of the WYSIWYG bugs.  Of course. Here are the few I've encountered myself:
-After inserting an image, double clicking on it will duplicate the image. The same thing happens when you double click on smiles. Posting or switching to preview mode however will remove the duplicates. It's obvious why I wouldn't want to go to source mode then.
-The [size=x][/size] tag disappears too on switching to WYSIWYG mode or previewing while having that as default. I believe some have reported the problem with other tags as well.
-Links are always looking purpleish, and changing its color doesn't seem to work in its view.
On a side note, the spoiler button looks more like a "paste from clipboard" button.
Thanks given by:
Posts: 746
Threads: 55
Joined: Apr 2008
(09-27-2015, 01:47 PM)Doctor A Wrote: Absolutely. I am pretty sure STM previously said that the check box doesn't work, but he seems to have edited his post later after I saw it. But yes, it works like charm, thank you. Website source Wrote:Fixes for the editor. Kudos to Someone else for letting me steal his script without asking him  That is why it did not use to work, but now does.
Age ratings for movies and games (and similar) have never been a good idea.
One can learn a lot from reinventing wheels.
An unsound argument is not the same as an invalid one.
volatile in C++ does not mean thread-safe.
Do not make APIs unnecessarily asynchronous.
Make C++ operator > again
Trump is an idiot.
Posts: 359
Threads: 47
Joined: Jun 2014
09-27-2015, 03:08 PM
(This post was last modified: 09-27-2015, 03:14 PM by MangaD.)
(09-27-2015, 01:37 PM)STM1993 Wrote: Simply using one size tag is sufficient. Using the WYSIWYG feature would instead remove the 1 size tag I put around the list tag, and also force the list tag to always be in separate lines.
That is indeed a bug! Thank you.
(09-27-2015, 01:37 PM)STM1993 Wrote: Incidentally, I notice that all the bugs with WYSIWYG are also tied to "quick edit".
The quick edit uses wysiwyg too I guess.
(09-27-2015, 01:47 PM)Doctor A Wrote: Of course. Here are the few I've encountered myself:
-After inserting an image, double clicking on it will duplicate the image. The same thing happens when you double click on smiles. Posting or switching to preview mode however will remove the duplicates. It's obvious why I wouldn't want to go to source mode then.
Wow! You have just found out a new feature I did not know about.
This I do not think that it is a bug. When you double click a picture, it shows you its original size. If you double click the new duplicate (the original size), it disappears again.
Smilies actually have a real bug on LFE right now (but it has been fixed by MyBB already), like when you try to type:
(09-27-2015, 01:47 PM)Doctor A Wrote: -The [size=x][/size] tag disappears too on switching to WYSIWYG mode or previewing while having that as default. I believe some have reported the problem with other tags as well.
Hold on, do you mean it disappears in case it is empty?
(09-27-2015, 01:47 PM)Doctor A Wrote: -Links are always looking purpleish, and changing its color doesn't seem to work in its view.
The wysiwyg css file needs some review...
(09-27-2015, 01:47 PM)Doctor A Wrote: On a side note, the spoiler button looks more like a "paste from clipboard" button.
That too can be easily fixed. 
Just add the following code to this CSS file:
Code: .sceditor-button-spoiler div {
background-image:url(spoiler.png);
}
So yeah, basically just waiting for BP to come back to fix those things. The editor may have some other little bugs, but those are indeed the ones that need more attention.
![[Image: random.php?pic=random]](https://hf-empire.com/images/banners/random.php?pic=random)
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
The meaning of life is to give life a meaning.
Stop existing. Start living.
Posts: 1,556
Threads: 77
Joined: May 2011
09-27-2015, 03:45 PM
(This post was last modified: 09-27-2015, 03:51 PM by A-Man.)
Quote this.
This text is surrounded by [-size=-5][-/size]
When using word identifiers for the [size] tags, however, everything seems to work properly.
Also, it might be worth mentioning that you can make your text invisible by going as low as -10 with the size tags, making it work similar to the old [inv] which I believe was an unwanted feature by the moderators.
Edit: Editing a post seems to replicate the WYSIWYG bugs as well.
Edit': As already noted by STM.
|