Ticket #2495 (closed Bug: fixed)
Can't get properties of an image inside a div with some styles
| Reported by: | alfonsoml | Owned by: | alfonsoml |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.4 |
| Component: | UI : Dialogs | Version: | FCKeditor 2.6 |
| Keywords: | Confirmed IE Review+ | Cc: |
Description
Some bugs have been marked as dups of #798, because the final situation is the same (and are due to the same internal IE problem), but the fact is that they are different issues.
This problem started after fixing #1990, and it does include a call to set the focus in the editor
FCKSelection.Save = function()
{
// Ensures the editor has the selection focus. (#1801)
FCK.Focus() ;
if that call is removed, then this problem goes away, but the context menu still fails, so this is not a dup of #798 as it could be possible to fix it.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.