[Webkit-unassigned] [Bug 144447] [GTK] REGRESSION(183368): It made editing tests assert

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 30 14:27:26 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144447

--- Comment #8 from Doug Russell <d_russell at apple.com> ---
(In reply to comment #7)
> Doug save me some grepping and googling please. :)
> 
> 1. Does your platform have any type of text attributes changed notification.
> Mine does. If yours does too, I'll make a cross platform test.

We have a generic Value Changed notification and you can attach a key/value payload, which is how the existing TextEditTypes are posted. So if we add a new style edit type it would be included.

> 
> 2. There's a "drag" edit action. I don't see that being handled. Did I miss
> that? And I don't yet have any thoughts for doing so.

This is definitely something that should have a text edit type, I just haven't implemented it yet.

> 
> 3. Not sure about CreateLink and Unlink. That would presumably result in
> text attribute changes so maybe it could go there. But that wouldn't
> indicate the link insertion? Thoughts about that one?

I'm up in the air on if this one is an attribute change or a replace.

> 
> Lastly, once I get the crashes stopped, we can move the other things into
> new bugs. Item 1 looks like it needs to be part of the crash fix. Don't yet
> know about the other 2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150430/b8cbfe98/attachment.html>


More information about the webkit-unassigned mailing list