https://bugs.documentfoundation.org/show_bug.cgi?id=148433
--- Comment #16 from Caolán McNamara <[email protected]> --- I can't reproduce, but I only have integrated Intel graphics. Does it make any difference if shift is held down to create a selection instead of just changing the input position? And is there any input methods enabled? (though using a Hebrew IM didn't make a difference when I tried it locally) And does changing the font make any difference? The only thing that comes immediately to mind with specifically digits having anything special about them is "GetLocalizedChar" in vcl which shouldn't matter for this language. If someone can reproduce it and is able to build libreoffice they could see if deleting the block of code in vcl/source/outdev/text.cxx at approx line 1190, the "if( meTextLanguage )" block makes any difference. There was trouble in the past with CAIRO_OPERATOR_DIFFERENCE and nvidia cards, again if someone can reproduce and can build libreoffice then they could see if disabling the line "cairo_set_operator(cr, CAIRO_OPERATOR_DIFFERENCE)" in vcl/headless/svpgdi.cxx makes a difference. wrt "hardware acceleration disabled in LO options" that should only affect full screen impress presentation mode FWIW -- You are receiving this mail because: You are the assignee for the bug.
