Floating toolbar displays only when selecting text with mouse/touchpad
Posted: Fri Aug 11, 2023 1:18 am
While using this piece of CSS for a floating toolbar on inline selections,
the toolbar is not displaying when selecting text with the keyboard (CTRL + RIGHT or CTRL + SHIFT + RIGHT etc). It does show up though, if text is selected with mouse or touchpad.
What could be the reason for that?
Kind regards
Oliver
Code: Select all
p:-oxy-selection-inside {
-oxy-floating-toolbar:
oxy_button(actionID, 'bold')
oxy_button(actionID, 'italic')
oxy_button(actionID, 'underline')
}
What could be the reason for that?
Kind regards
Oliver