joplin icon indicating copy to clipboard operation
joplin copied to clipboard

Tinymce: The weird DOM behavior from the h1, h2, h3 buttons.

Open Sinacs opened this issue 2 years ago • 5 comments

Environment

  • Joplin 2.9.17 (prod, win32)
  • Edition Windows 11 Pro
    • Version 21H2
    • OS build 22000.1219
    • Experience Windows Feature Experience Pack 1000.22000.1219.0

Recreate the problem:

  1. I created a new note with only one line of text "heading test" in tinymce:

There is a div#rendered-md and p.

<body id="tinymce">
	<div id="rendered-md">
		<p>heading test</p>
	</div>
</body>

1 start

  1. I first press the h2 button(applied h2):

p turned to h2, it's normal.

<body id="tinymce">
	<div id="rendered-md">
		<h2>heading test</h2>
	</div>
</body>

2 first press h2 button

  1. I second press the h2 button(cancel h2):

The h2 turned to div#rendered-md

<body id="tinymce">
	<div id="rendered-md">
		heading test
	</div>
</body>

3 second press h2 button

  1. I third press the h2 button(applied h2):

The div#rendered-md turned to h2#rendered-md

<body id="tinymce">
	<h2 id="rendered-md">
		heading test
	</div>
</body>

4 third press h2 button

  1. I fourth press the h2 button(cancel h2):

The #rendered-md is completely disappears from the tinymce.

<body id="tinymce">
	<p>heading test</p>
</body>

5 fourth press h2 button

Sinacs avatar Dec 05 '22 11:12 Sinacs

can you please give this issue to me i'm new to open source contribution

Aditya9764 avatar Dec 07 '22 17:12 Aditya9764

We do not assign issues, if you want to work on it, just go ahead

roman-r-m avatar Dec 07 '22 17:12 roman-r-m

What should I do I want to contribute?

On Wed, Dec 7, 2022, 10:59 PM Roman Musin @.***> wrote:

We do not assign issues

— Reply to this email directly, view it on GitHub https://github.com/laurent22/joplin/issues/7407#issuecomment-1341319703, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVPO3OKQ7AWGQTKSTLD34HDWMDCN5ANCNFSM6AAAAAASUFWBEU . You are receiving this because you commented.Message ID: @.***>

Aditya9764 avatar Dec 07 '22 17:12 Aditya9764

What should I do I want to contribute?

You can still work on this issue, or any other. It's just that we do not formally assign issues, that's all.

roman-r-m avatar Dec 07 '22 17:12 roman-r-m

I want to work on this issue. Can you please assign me?

mansi-garg-12 avatar Dec 17 '22 16:12 mansi-garg-12

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? If you require support or are requesting an enhancement or feature then please create a topic on the Joplin forum. This issue may be closed if no further activity occurs. You may comment on the issue and I will leave it open. Thank you for your contributions.

github-actions[bot] avatar Jan 18 '23 16:01 github-actions[bot]

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, feel free to create a new issue with up-to-date information.

github-actions[bot] avatar Jan 25 '23 16:01 github-actions[bot]