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 the strong text example text that appeared when i pressed bold
- pressed
ctrl-b again to /unbold/, saw strong text again but not bolded this time
- typed
, world replacing the 2nd (not bold) instance of strong text
- went back to the start of the line, before
Hello and pressed enter to add a line break
- started typing (it was bold)
- pressed
ctrl-b to unbold and got strong text but bold this time
- typed
world and pressed ctrl-b again, got unbolded strong 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,
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:
ctrl-b(or used the bold button)Hello, replacing thestrong textexample text that appeared when i pressed boldctrl-bagain to /unbold/, sawstrong textagain but not bolded this time, worldreplacing the 2nd (not bold) instance ofstrong textHelloand pressed enter to add a line breakctrl-bto unbold and gotstrong textbut bold this timeworldand pressedctrl-bagain, got unboldedstrong text.I did this a couple times, this was the output in the most recent:
I think really we need to tackle this in smaller parts. I suggest that we install the
autotypeplugin so that we can simulate typing here: https://github.com/mmonteleone/jquery.autotypeThen we can try to reproduce a subset of the above sequence in a test,