9
edits
Sergeyreym (talk | contribs) |
Sergeyreym (talk | contribs) |
||
| Line 243: | Line 243: | ||
<div style="margin: 1em 0px; border: 2px dotted orange; padding: 1em;"> | <div style="margin: 1em 0px; border: 2px dotted orange; padding: 1em;"> | ||
For example if HTML button and HTML image are placed after another within editable area | For example if HTML button and HTML image are placed after another within editable area | ||
<pre>text<button>btn1</button><img src=" | <pre>text<button>btn1</button><img src=""> | ||
</pre> | </pre> | ||
then right arrow key presses should traverse "text" by characters, then focus the button, focus the text container and set caret position between button and image, then make current the image, then focus the text container and set caret position after the image. | then right arrow key presses should traverse "text" by characters, then focus the button, focus the text container and set caret position between button and image, then make current the image, then focus the text container and set caret position after the image. | ||
edits