-
Notifications
You must be signed in to change notification settings - Fork 131
Closed
Labels
Description
Please note we are preparing to participate in Google Code-in, and have reserved this issue for GCI participants - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.
Problem statement by the user Jeffrey: I was typing into an editor, and did the following sequence:
- made a newline (new paragraph)
- pressed
ctrl-b(or used the bold button) - typed
Hello, replacing thestrong textexample text that appeared when i pressed bold - pressed
ctrl-bagain to /unbold/, sawstrong textagain but not bolded this time - typed
, worldreplacing the 2nd (not bold) instance ofstrong text - went back to the start of the line, before
Helloand pressed enter to add a line break - started typing (it was bold)
- pressed
ctrl-bto unbold and gotstrong textbut bold this time - typed
worldand pressedctrl-bagain, got unboldedstrong text. - pressed Markdown mode to see what was going on
I did this a couple times, this was the output in the most recent:
****
****Hello**, there**strong text******Hello **world,
I think really we need to tackle this in smaller parts. I suggest that we install the autotype plugin so that we can simulate typing here: https://github.com/mmonteleone/jquery.autotype
Then we can try to reproduce a subset of the above sequence in a test,
Reactions are currently unavailable