https://bugs.documentfoundation.org/show_bug.cgi?id=167074

--- Comment #2 from Tomaz Vajngerl <[email protected]> ---
(In reply to V Stuart Foote from comment #1)
> Would we loose the color swatch representation (Dark1, Light + 6 accents)
> for each Color Theme visible now in the dialog?
> 
> What would the new "native IconView widget" present if not the color
> swatches?

It would present the same color swatches, but using an GTK native IconView
instead of ValueSet, which is a LO custom widget. Custom widgets have several
issues when using welding (non-native look, HiDPI for example).

When using JS dialog, we need to send the bitmaps of the whole widget to the
client (and listen to mouse events when clicking on the presented bitmap and
send those back to the LO core) instead of individual color swatches. 

This is why we are working on converting usages of the ValueSets to IconView.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to