#12927 closed Bug (invalid)
Widget plugin makes Chromium crash with 2 blank lines at the start
Reported by: | Lyuba | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
This is something our team ran into using Chromium during development. It doesn't appear to affect production, but filing anyway just in case.
Steps to reproduce:
- Launch the attached index.html (which includes the minimal code to reproduce the bug).
- In the toolbar, click the button next to the image button (button has no icon, its tooltip says 'Create widget').
- Click the editor to grab focus, and press Ctrl + Home to move the caret to the very beginning (though it might be invisible).
- Now press the Enter key twice.
- See that Chromium crashes.
This is observed using Chromium Version 38.0.2125.0 (292384) (64-bit)
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | index.html added |
---|
comment:1 Changed 10 years ago by
Status: | new → pending |
---|
I have tried reproducing this quite a few times but couldn't.
Issue you have reported sounds however serious as editor should not crash the browser. Could you:
- Check if this issue occurs on Chromium 40. The current version for this browser is 40.
- Provide a screen case for this issue?
- Tell me which Operating System you use? I have tried Ubuntu 1404 - both 64 and 32 bit.
comment:2 Changed 10 years ago by
Actually, it looks like this only occurs on Dartium, downloaded from https://www.dartlang.org/tools/download.html
I thought I had reproduced it on plain Chromium, but I can't now. The Dartium version is still 38 and crashes consistently. Sometimes it even crashes immediately when I focus in the editor after inserting the widget.
The browser just shows the standard "Aw, Snap!" page when it crashes.
I'm using Ubuntu 14.04 64-bit
comment:3 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Thank you for the information however I will have to close this issue as invalid. There are two reasons for that:
- CKEditor works with standard Chromium browser
- When you look at https://www.dartlang.org/tools/dartium/, first thing you see is a warning saying that this browser is not stable.
If editor works with standard browser but doesn't with customized one then perhaps this should be reported to Dartium Team. This doesn't have to be the only JS application that breaks Dartium and this might be more general problem on their side.
Minimum code to reproduce