Metadata
Description
When tabbing to or mouse-selecting the text editor window, the initial cursor position lies across the boundary of the toolbar and the editable area, rather than fully inside the editable area.
Environments
Firefox
Comments
-
Jonathan Hung commented
2014-01-13T15:11:01.947-0500 Using this old Firefox bug as a clue (https://bugzilla.mozilla.org/show_bug.cgi?id=389321) I was able to bypass this issue by addubg a <br> into the contenteditable div using Firebug.
To reproduce this "fix":
1. Load the metadata editor demo in Firefox.
2. Before doing anything open Firebug.
3. Locate the contenteditable div and add a <br /> to the HTML using Firebug. Save it and don't refresh the page
4. Click the contenteditable div - notice that the cursor now appears in its proper place. -
Justin Obara commented
2014-01-14T07:52:35.364-0500 Wouldn't this mean you'd get a <br> tag in the output though?