joplin
joplin copied to clipboard
Tinymce: The weird DOM behavior from the h1, h2, h3 buttons.
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:
- I created a new note with only one line of text "heading test" in tinymce:
There is a
div#rendered-md
andp
.
<body id="tinymce">
<div id="rendered-md">
<p>heading test</p>
</div>
</body>
- I first press the h2 button(applied h2):
p
turned toh2
, it's normal.
<body id="tinymce">
<div id="rendered-md">
<h2>heading test</h2>
</div>
</body>
- I second press the h2 button(cancel h2):
The
h2
turned todiv#rendered-md
<body id="tinymce">
<div id="rendered-md">
heading test
</div>
</body>
- I third press the h2 button(applied h2):
The
div#rendered-md
turned toh2#rendered-md
<body id="tinymce">
<h2 id="rendered-md">
heading test
</div>
</body>
- 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>
can you please give this issue to me i'm new to open source contribution
We do not assign issues, if you want to work on it, just go ahead
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: @.***>
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.
I want to work on this issue. Can you please assign me?
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.
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.