vaadin / collaboration-engine

The simplest way to build real-time collaboration into web apps
https://vaadin.com/collaboration
Other
3 stars 1 forks source link

Field highlighting is not visible for TextArea #7

Closed chrosim closed 3 years ago

chrosim commented 3 years ago

The field highlighting should be visible for TextArea if another user starts editing.

Versions

The user tag is already displayed!

Peppe commented 3 years ago

Indeed. Tag is there, but highlight around the field is missing. Thank you for the report! Screenshot 2020-10-23 at 11 22 50 (2)

Peppe commented 3 years ago

TextArea applies CSS overflow rules on top of TextField, which hides the outline. It needs the overflow-rule to scroll properly when there are prefix or suffix components attached to the field. We found an alternative way to attach the outline to the field, and have a patch ready. It will go through standard review processes and hopefully end in the next release.

Peppe commented 3 years ago

Hey. We released version 1.0.0 yesterday and this got a fix in that version. Please update and verify that it works.