[wp-trac] [WordPress Trac] #15485: Inserting links is not working in Internet explorer 7/8
WordPress Trac
wp-trac at lists.automattic.com
Fri Nov 19 21:48:35 UTC 2010
#15485: Inserting links is not working in Internet explorer 7/8
--------------------------+-------------------------------------------------
Reporter: designsimply | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: TinyMCE | Version:
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Comment(by designsimply):
Thanks ryan! :) Okay, I updated to r16495 turned on SCRIPT_DEBUG:
{{{
$ grep _DEBUG wp-config.php
* It is strongly recommended that plugin and theme developers use
WP_DEBUG
define( 'WP_DEBUG', true );
define( 'SCRIPT_DEBUG', true );
}}}
Here are my test results with r16495 and SCRIPT_DEBUG = true:
http://screencast.com/t/NrhtgxF809P (00:01:42)
This time I see js errors on tiny_mce.js instead of wplink.js:
{{{
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR
3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 19 Nov 2010 21:47:20 UTC
Message: 'parentNode' is null or not an object
Line: 1
Char: 61377
Code: 0
URI: http://design5279.com/trunk/wp-
includes/js/tinymce/tiny_mce.js?ver=3392a
Message: Invalid argument.
Line: 1
Char: 37740
Code: 0
URI: http://design5279.com/trunk/wp-
includes/js/tinymce/tiny_mce.js?ver=3392a
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15485#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list