Angus Leeming wrote: >> Scroll with the mouse wheel without "cursor follows scrollbar" is >> severely broken in xforms. The qt version works because scroll >> doesn't get through LyX dispatch mechanism. > > Then is a possible solution to prevent the xforms frontend from > dispacthing an LFUN? (As in, if it works in the Qt frontend...)
I may be a solution... but it seems a bit ad hoc to me. I think that we should solve this in the dispatch mechanism (maybe there are other LFUNS that need to not fire a fitCursor?) Alfredo