#4111 closed Bug (fixed)
JS error while applying style
| Reported by: | arczi | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | Core : Styles | Version: | |
| Keywords: | Firefox Confirmed Review+ | Cc: |
Description
Steps to reproduce:
- Open 'replacebyclass'
- Select all text using mouse
- Click Bold
- Click Bold one more time
- Select "Heading 1" from Format combo
Result:
node is null http://localhost/edytor/CKEditor/trunk/_source/core/dom/range.js Line 1369 anonymous()range.js (line 1369) anonymous()range.js (line 1574) anonymous()plugin.js (line 75) applyBlockStyle()plugin.js (line 680) anonymous()plugin.js (line 130) applyStyle()plugin.js (line 1200) anonymous()plugin.js (line 115) anonymous()plugin.js (line 58) anonymous()plugin.js (line 257) anonymous()plugin.js (line 65) anonymous()tools.js (line 505) anonymous()tools.js (line 512)
It is not an regression.
Attachments (2)
Change History (9)
comment:1 Changed 8 years ago by garry.yao
- Keywords Firefox Confirmed added
- Owner set to garry.yao
- Status changed from new to assigned
Changed 8 years ago by garry.yao
comment:2 Changed 8 years ago by garry.yao
- Keywords Review? added
comment:3 Changed 8 years ago by fredck
- Keywords Review- added; Review? removed
Changed 8 years ago by garry.yao
comment:5 Changed 8 years ago by fredck
- Keywords Review+ added; Review? removed
comment:6 follow-up: ↓ 7 Changed 8 years ago by garry.yao
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with #3977.
Note: See
TracTickets for help on using
tickets.

The new "marker" variable may not always exist and a new error now happens. Because of this, the new line 502 must look like: