Hi.
I found an issue with the destination number inputfield: right click on mouse followed by paste on the context menu is not possibile only on the very left end of the input field, because the context menu which appears is a general browser html-text area context menu, not the oen with copy, paste, etc …
For now, this was signaled to me on page “My account” -> “Compose message” -> “Sent to field”.
This behavior shows up with all themes.
Is this a bug, or an intended behavior?
A possibile remedy could be:
#s2id_autogen1 { width:358px !important; }
inserted as last line to file:
/home/komodo/public_html/plugin/themes/common/jscss/combobox/select2.css
With this trick all the imput will show context menu with text controls (copy, paste, etc.)
Janos