Opened 15 years ago
Closed 14 years ago
#4925 closed Bug (invalid)
Spell checker dialog - problem with lists and tables
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 3.4.1 |
Keywords: | Review? | Cc: | WebSpellChecker.net |
Description
The spell checker window where page content is visible is very small (100px high), because of that it is important to properly use that space.
Right now checking things like tables and lists is a problem.
With tables, you have to scroll down with your mouse a lot, to get to a table (I noticed in Firebug around 16 line breaks (<br>
) added by spell checker before the table). With lists, you can see that additional line breaks are added before and after the item.
Confirmed in FF and IE, although the result is a bit different.
Steps to reproduce
- start with the following source:
<p> Just click the <b>Image</b> or <b>Link</b> button, and then <b>"Browse Server"</b>.</p> <h5> Header</h5> <table border="1" cellpadding="1" cellspacing="1" style="width: 200px"> <tbody> <tr> <td> aa</td> <td> bb</td> </tr> <tr> <td> cc</td> <td> dd</td> </tr> <tr> <td> 11</td> <td> 22</td> </tr> <tr> <td> ee</td> <td> ff</td> </tr> </tbody> </table> <ul> <li> one</li> <li> two</li> <li> ggg</li> <li> four</li> </ul>
- click on the "check spelling" button and scroll down the content
- result (inspected in Firebug):
<p> <br> Just click the <b>Image</b> or <b>Link</b> button, and then <b>"Browse Server"</b>. </p> <br> <h5> <br> Header </h5> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <table style="width: 200px;" border="1" cellpadding="1" cellspacing="1"> ...
Attachments (1)
Change History (8)
comment:1 Changed 15 years ago by
Cc: | WebSpellChecker.net added |
---|---|
Keywords: | SpellChecker.net removed |
comment:2 Changed 15 years ago by
Keywords: | WorksForMe added; Confirmed removed |
---|
Changed 15 years ago by
Attachment: | spell_check_dialog.png added |
---|
comment:3 Changed 15 years ago by
Yes, see the screencast and compare the space below word "Header". Tested using Firefox 3.6.3 + Firebug 1.5.4 @WinXP3 on http://ckeditor.com/demo
Code inside of the dialog from Firebug:
<p> <br> Just click the <b>Image</b> or <b>Link</b> button, and then <b>"Browse Server"</b>. </p> <br> <h5> <br> Header </h5> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <table style="width: 200px;" border="1" cellpadding="1" cellspacing="1"> <tbody> <tr> <td> <br> <a name="sg_0" href="javascript:void(0);" onclick="submit_bot('suggest', 'aa', 102, 2, 0, 0, 'aa');" class="cerr">aa</a> </td> <td> <br> bb </td> </tr> <tr> <td> <br> cc </td> <td> <br> <a class="" name="sg_1" href="javascript:void(0);" onclick="submit_bot('suggest', 'dd', 157, 2, 1, 0, 'dd');">dd</a> </td> </tr> <tr> <td> <br> 11 </td> <td> <br> 22 </td> </tr> <tr> <td> <br> <a class="" name="sg_2" href="javascript:void(0);" onclick="submit_bot('suggest', 'ee', 222, 2, 2, 0, 'ee');">ee</a> </td> <td> <br> <a class="" name="sg_3" href="javascript:void(0);" onclick="submit_bot('suggest', 'ff', 237, 2, 3, 0, 'ff');">ff</a> </td> </tr> </tbody> </table> <br> <ul> <br> <li> <br> one </li> <br> <li> <br> two </li> <br> <li> <br> <a class="" name="sg_4" href="javascript:void(0);" onclick="submit_bot('suggest', 'ggg', 287, 3, 4, 0, 'ggg');">ggg</a> </li> <br> <li> <br> four </li> <br> </ul>
comment:4 Changed 15 years ago by
Keywords: | Confirmed added; WorksForMe removed |
---|
comment:5 Changed 15 years ago by
Keywords: | Review? added; Confirmed removed |
---|
WSC markup processing changed on spellchecker.net side. Now the WSC window contains reasonable markup and this markup renders the same way as in the editor.
comment:6 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Version: | 3.0.1 → 3.4.1 (SVN - trunk) |
comment:7 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | review → closed |
Works fine now on trunk.
I'm not seeing problems with this right now. Can you confirm it?