Bug #4554

Spellchecker plugin: suggestion list positioned incorrectly

Submitted:
2011-07-13 09:23:49 By: av01d
Browsers:
firefox safari chrome
Closed Priority: 3 Resolution: Fixed Assigned to: None
Description of problem:

When you use the spellchecker plugin, and click a red-underlined word to correct it, the suggestion list is positioned incorrectly. The y-position is calculated incorrectly when the content in the editor is scrolled down (see attached screenshot).
I narrowed it down to the 'getPos' function in tiny_mce_src.js. This function was recently changed and seems to be the cause of this problem.
If I revert to an older version (3.4.2 instead of 3.4.3.2) of this function, everything is fine again.

Steps to reproduce:
1. Enable spellchecker plugin
2. Spell-check a document
3. Scroll the editor-contents down a bit
4. Click an incorrectly spelled word to display suggestions
5. You'll notice the suggestion list is displayed too low

 

If you wish to follow or post a comment, you need to be registered and logged in.

Comments

User Image
  • 2011-07-21 18:39:10

jaymuc

Was fixed in Version 3.4.3 - Fixed bug where spellchecker menu was positioned incorrectly on IE.

- now it is back -

User Image
  • 2011-08-03 15:50:03

Shayne

Broken in 3.4.3.2 as well.

User Image
  • 2011-08-24 16:49:34

av01d

Still broken in 3.4.4...

User Image
  • 2011-09-07 20:24:03

Shayne

Still broken in 3.4.5

User Image
  • 2011-09-27 13:12:46

spocke

This ticket has been closed. Since it has either been fixed in the latest released version or in the GitHub/Nightly build. So please help us verify it. Thanks!

User Image
  • 2011-09-29 15:25:14

Shayne

This is stil broken.

User Image
  • 2011-09-29 15:54:16

spocke

Ok, made a new release of the spellchecker as well. It was fixed in the TinyMCE plugin but forgot to release the separate PHP package as well. 2.0.6 is now out and I can't reproduce this anymore.

User Image
  • 2011-09-29 16:01:12

Shayne

Yup, the updated 2.0.6 php spellchecker fixed the issue. Thanks.