MoAlyousef / fltk_wasm32_emscripten

FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development
https://www.fltk.org
Other
0 stars 0 forks source link

emscripten: wrong selection in Fl_Text_Editor #2

Open parisseb opened 2 days ago

parisseb commented 2 days ago

If I compile editor.cxx from the test suite to editor.html, and if I select a part of a line, the whole line is displayed selected: https://www-fourier.univ-grenoble-alpes.fr/~parisse/tmp/editor.html This does not happen if I compile natively. Any idea what's wrong?