1 agent_kith May 13, 2019 09:14
3 agent_kith May 14, 2019 02:19
Problem 1: I can't reproduce this on Mac/Safari. What browser/OS are you using?
Windows 10. Tried with Chrome (74.0.3729.131), Opera (58.0.3135.132) and Firefox(66.05).
The blog articles I'm editing are always using page breaks, with a lot of pictures (all inline). The blog is set to "community".
@fplanque wrote earlier:
Problem 2: I can't reproduce this. Can you make the smallest possible post that exhibits this problem and copy/paste the HTML source it in a codeblock here. I will copy/paste it into b2evo to see if it adds blank lines on that content.
I'll see if I can do this later this weekend. As mentioned in the previous post, it's an empty paragraph, when I switch to the markup, the code looks something like:
<p> </p>
<p> </p>
[image:1042]
<p> </p>
<p> </p>
@fplanque wrote earlier:
Problem 3: This is not related to the WYSIWYG editor, please make a separate post (and don't forget to mention if and how you modified the original skin and CSS).
Good point. I'll do that later. (Work hours right now).
Thanks for the quick resonse :).
Edit: I'm assuming nobody else is seeing this?
4 amoun May 14, 2019 09:23
Seeing and following but not responding as I don't use WYSIWYG
5 agent_kith May 27, 2019 09:43
Nobody else have this problem? Was the editor updated in 6.10.8 and 6.10.7? I don't recall having issues #1/#2 with editing articles until this two releases.
Beginning to think #3 is related to the way the editor inserts the picture now as the UI to insert a picture have changed.
Discovered a new issue as well - I couldn't adjust the column widths with the mouse now in the editor. This was something I could do before.
Attached a document I was working on recently. If I do "save & edit" and "preview" over time, every picture will have extra blank lines above and below. Hopefully the devs can use that and test and find out what is wrong. Probably have to replace the picture IDs with the correct ones from here: https://www.snakeoil-os.net/Manual/clients/how-to-play-mpd
Thanks in advance.
Attachments:
- sample.txt (16 KB)
6 amoun May 27, 2019 14:57
every picture will have extra blank lines above and below.
<p>This will launch a new browser tab like so:</p>
[image:169:] <h3>ympd - Database Scan</h3>
Yes you will get a line above and below if you use the paragraph and headings tags, so either don't use them or use css to remove the margins above and below.
7 agent_kith May 28, 2019 01:58
> every picture will have extra blank lines above and below.
> <p>This will launch a new browser tab like so:</p>
[image:169:] <h3>ympd - Database Scan</h3>
Yes you will get a line above and below if you use the paragraph and headings tags, so either don't use them or use css to remove the margins above and below.
What I'm trying to say is the extra lines. The text started like so:
<p>This will launch a new browser tab like so:</p>
[image:169:] <h3>ympd - Database Scan</h3>
When I do a save, the content may be altered into:
<p>This will launch a new browser tab like so:</p>
<p> </p>
[image:169:] <p> </p>
<h3>ympd - Database Scan</h3>
Doesn't happen everytime, but if I do several previews, saves, and "saves and edits", the article will morph into :
<p>This will launch a new browser tab like so:</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
[image:169:] <p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<h3>ympd - Database Scan</h3>
It's kind of a hassle if the article have tons of pictures. Past few months I simply switch into code view, cut and paste the whole thing, and remove all the blank lines in another editor. Cut and paste back, save and check that save don't add one extra blank line top and bottom. If it does, I will re-paste and save again until it's correct.
Unsure why TinyMCE (or something else) will add those extra blank lines.
8 fplanque May 29, 2019 13:51
@agent_kith We cannot reproduce your Problem #2. Please try disabling all your renderer plugins and re-enable them one by one to find which one potentially does this.
9 amoun May 29, 2019 16:24
@agent_kith
I recall a similar issue, probably with the WYSIWYG many years ago, hence my reluctance to use it. I like to insert my own html tags.
I wonder if you have the Auto P plugin enabled and that takes a liking to your key strokes when you press ENTER
10 agent_kith May 30, 2019 02:35
@agent_kith We cannot reproduce your Problem #2. Please try disabling all your renderer plugins and re-enable them one by one to find which one potentially does this.
Holy. That appears to fix #1 and #2 so far. :)
@agent_kith
I recall a similar issue, probably with the WYSIWYG many years ago, hence my reluctance to use it. I like to insert my own html tags.
I wonder if you have the Auto P plugin enabled and that takes a liking to your key strokes when you press ENTER
I believe so. Funny thing is, if I disable "Auto P", and reable it again, don't get the same issue. I did around 10 "saves and edits" and it's all working as expected. Best thing is I can now work on images again without being bumped to the top fo the page.
Thanks guys!:)
11 fplanque May 30, 2019 15:32
@agent_kith so you mean you disabled all plugins and then reenabled them ALL the same as before and the issue is gone?
Is there no single plugin that you can isolate as the culprit?
12 agent_kith May 31, 2019 02:17
@agent_kith so you mean you disabled all plugins and then reenabled them ALL the same as before and the issue is gone?
Is there no single plugin that you can isolate as the culprit?
I only disabled AutoP. The two issues went away. Then I reneabled the plugin. Clicking on any image sending me back to the top of the editor is confirmed gone.
As for the extra lines, so far havn't been seeing it yet. Pretty sure this is gone as well.
Seems obvious on hindsight the extra
<p> </>
tags are caused by a plugin called "Auto P". Not obvious so far is why #1 happened, and how this fixed it, and why renabling it doesn't add those extra p tags back.
Just happy things are working again.
13 programtoday Jun 13, 2019 18:14
Thank you
14 yurabakhtin Jul 05, 2019 14:21
@agent_kith We fixed "Problem 3" in commit https://github.com/b2evolution/b2evolution/commit/fe198ed1435befd944b86d5c11a6edb0b9fbe5c2.
15 agent_kith Jul 08, 2019 03:05
@yurabakhtin wrote earlier:
@agent_kith We fixed "Problem 3" in commit https://github.com/b2evolution/b2evolution/commit/fe198ed1435befd944b86d5c11a6edb0b9fbe5c2.
Thanks. Can't seem to patch that diff straight into my stock 6.11.2 blog. So for now guess I'll just wait for the next update.
You guys rock! :)
Problem 1: I can't reproduce this on Mac/Safari. What browser/OS are you using?
Problem 2: I can't reproduce this. Can you make the smallest possible post that exhibits this problem and copy/paste the HTML source it in a codeblock here. I will copy/paste it into b2evo to see if it adds blank lines on that content.
Problem 3: This is not related to the WYSIWYG editor, please make a separate post (and don't forget to mention if and how you modified the original skin and CSS).