When adding a text input I’d like to get a context menu to edit the text input’s attributes, however, the listener doesn’t always detect the ctrl + click event on the input element.
In Chrome, the cursor moves all the way up in the editor when the editable area isn’t already selected while clicking on the input element, this also detects the topmost element as the event’s originator.
And in Firefox, the text input gets focus but doesn't actually save the value.
Is this the expected behavior, due to browser inconsistencies, or have I overlooked something? Does that mean that the fake object approach is the only way to work around this? I really need this functionality for some custom plugins, it would be even nicer with widgets but that seems complicated with editable form elements and a variable amount of elements inside the widget.
