Open jgbishop opened 9 years ago
The fix at the above link is down in some C++ code, but perhaps we can use a similar tactic in the autocomplete code in GBL. Look for a >>
in the text during autocompletion, and either trim it (and the rest of the string) out, or select the autocomplete result (to the right of the >>
). The latter option is probably best.
Perhaps the forcecomplete attribute would fix this, though I'm not sure if it's enabled / accessible in Firefox.
User Serbhan writes:
This is likely a bug down in the Firefox core, but it's worth investigating.