Opened 17 years ago

Closed 17 years ago

#1388 closed Bug (fixed)

IE: Right click on linked image in table throws JS error

Reported by: Scott McNaught Owned by:
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: UI : Context Menu Version: SVN (FCKeditor) - Retired
Keywords: Cc:

Description

Set the source to:

<table>

<tbody>

<tr>

<td><a href="http://google.com"><img alt="" src="http://www.google.com.au/intl/en_au/images/logo.gif" /></a></td>

</tr>

</tbody>

</table>

Right click on the image. IE only.

Change History (6)

comment:1 Changed 17 years ago by Scott McNaught

Easier:

<table>
    <tbody>
        <tr>
            <td><a href="http://google.com"><img alt="" src="http://www.google.com.au/intl/en_au/images/logo.gif" /></a></td>
        </tr>
    </tbody>
</table>

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Summary: IE: Right click on linked image in tableIE: Right click on linked image in table throws JS error

Hey Scott!!! What a suspense! I've stopped breathing until I have pasted it on the editor to see the problem :)

Ok... just to add more info on this, a JavaScript error is thrown.

comment:3 Changed 17 years ago by barns

Confirmed for me too. Notice that when you select the image and click on the image button instead of using the contextual menu, it works.

comment:4 Changed 17 years ago by Scott McNaught

Smart arse fredck ;)

Sorry I really should have described the problem a bit better. I was in the middle of doing something when I found the bug, so I quickly isolated the problem and threw it up here.

Just curious - how does your main team communicate? MSN? E-mail list?

I wouldnt mind helping out every so often - I said that in an e-mail via the contact us form on your site, but you didnt reply :'(

My msn is scott_mcnaught@… if you are interested in having a chat some time.

comment:5 Changed 17 years ago by Frederico Caldeira Knabben

Fixed with [1003]. Click here for more info about our SVN system.

comment:6 Changed 17 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy