Opened 11 years ago
Closed 11 years ago
#12221 closed Task (duplicate)
[Blink] Failing test_enlarge_element12 test
Reported by: | Marek Lewandowski | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
In Chromium nightly version I see that test_enlarge_element12 test fails.
I can confirm that this issue got also into Google Chrome Canary channel.
The issue is with selection after calling enlarge.
Expected selection:
<p>Test [<i><b></b>Enlarge</i>]</p>
Actual selection (only in chrome):
<p>Test <i><b></b>[Enlarge]</i></p>
UA versions:
- Chromium: Chrome/38.0.2098.0
- Chrome Canary: Chrome/38.0.2097.0
Change History (6)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Marek Lewandowski |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Milestone: | → CKEditor 4.4.4 |
---|
comment:3 Changed 11 years ago by
Milestone: | CKEditor 4.4.4 → CKEditor 4.4.5 |
---|
Still waiting for Chrome team to react.
comment:4 Changed 11 years ago by
So we waited and Chrome bug made from Chrome Canary to Chrome 37 (Linux) which I have currently installed. We need to fix the offset check. I remember that we already had this issue on Webkit - it was enough to compare offset to 1 instead of 0.
comment:5 Changed 11 years ago by
Owner: | changed from Marek Lewandowski to Piotrek Koszuliński |
---|
comment:6 Changed 11 years ago by
Milestone: | CKEditor 4.4.5 |
---|---|
Resolution: | → duplicate |
Status: | assigned → closed |
I'm closing this as duplicate of #11111 - that's the ticket for the same regression introduced few months ago in Safari. Nice, regressions are spreading across code bases ;>.
The trouble maker was this little guy.
Chrome has now a bug with returning valid
offsetWidth
property. I created a ticket in Chromium tracker.Lets wait for their reaction, since that's not our bug here.