Opened 10 years ago
Closed 10 years ago
#12402 closed Bug (fixed)
Regression in Chrome 37 causes document title to stop updating
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.5 |
Component: | General | Version: | |
Keywords: | Chrome | Cc: |
Description (last modified by )
They came out recently, so I assume it's after Chrome 36 updated to 37. Regression was reported already: https://code.google.com/p/chromium/issues/detail?id=411111
It affects:
Change History (6)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 10 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Summary: | Series of red tests on Chrome 37 → Regression in Chrome 37 causes document title to stop updating |
comment:4 Changed 10 years ago by
comment:5 Changed 10 years ago by
Status: | assigned → review |
---|
Pushed branch:t/12402.
I couldn't run full tests suite on IE8 and IE11, because they've been pretty crashy today. But the specific tests that were failing are now passing on every browser I checked (IE8, 11, Chrome, Firefox).
Additional TC:
- Open doc props sample.
CKEDITOR.instances.editor1.setData('<html><head><title>foo</title></head><body></body></html>')
- Open doc props dialog - see that the title is still empty.
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Fixed on master with git:5850e0e.
It seems that regression in feature that worked for years is not important for Chromium team (https://code.google.com/p/chromium/issues/detail?id=411111#c5), so we need to workaround this on our side.