Aleksander Nowodzinski

Results 105 comments of Aleksander Nowodzinski

@Mgsy Do you know where this issue originally came from?

It's definitely on my to-do list. I'll let you know when it's ready.

https://github.com/ckeditor/ckeditor5-ui/issues/173 should resolve it. Precisely: > Additionally getOptimalPosition() could check all the ancestors of the limiter which have overflow different than visible and intersect all their rects one by one...

That's exactly what I quoted ;-) `getOptimalPosition()` will essentially traverse up to the root of the document to check if the limiter isn't restricted by some `overflow: *` and if...

For the record, this issue is actually more complex than https://github.com/ckeditor/ckeditor5-utils/issues/148 and not covered by the fix. It is complex because: 1. As `#editable` is the `limiter`, there's no way...

> Besides, there's one more important problem – the scrolling is captured and blocked by the balloon which makes for a terrible UX. I don't think that it's easy to...

The issue came back to us in the document editor, which implements a scrollable editable by default. It's time we did something about that. ![image](https://user-images.githubusercontent.com/1099479/37287658-9753daca-2605-11e8-98ef-696999177e17.png)

The issue also appears when h–scrolling some wide content ![image](https://user-images.githubusercontent.com/1099479/66916528-ae443680-f01b-11e9-8ac7-ef259904d0da.png)

[This is a known bug in iOS](https://stackoverflow.com/questions/19245658/text-insertion-cursor-caret-appears-above-other-elements-in-mobile-browser). The only way to address this is by blurring the text field the selection is rendered in. @ckeditor/qa-team  Can you confirm this happens...