Bug 23667 - REGRESSION: Wordpress link insertion box unusable
Summary: REGRESSION: Wordpress link insertion box unusable
Status: RESOLVED DUPLICATE of bug 21382
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL: http://minesblog.com/wp-admin
Keywords: InRadar, NeedsReduction, Regression
: 23412 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-31 17:32 PST by Ian Littman
Modified: 2009-02-18 17:38 PST (History)
2 users (show)

See Also:


Attachments
Inactive inline popup in Wordpress (24.78 KB, image/png)
2009-02-05 10:51 PST, Ain Tohvri
no flags Details
WebKit crash log RE Wordpress inline popup Web Inspecting (27.31 KB, application/octet-stream)
2009-02-05 10:56 PST, Ain Tohvri
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Littman 2009-01-31 17:32:42 PST
Using WordPress 2.7.

When in Safari, upon clicking the Add Link button in the WYSIWYG editor, the link insertion box pops up...under a grey-out "matte", thus rendering it unusable.
Comment 1 Mark Rowe (bdash) 2009-01-31 19:09:29 PST
<rdar://problem/6546485>
Comment 2 Matt Lilek 2009-01-31 21:22:11 PST
*** Bug 23412 has been marked as a duplicate of this bug. ***
Comment 3 Ain Tohvri 2009-02-05 10:49:22 PST
I can confirm this on the latest nightly (r40663). Adding the screenshot as well.

PLUS I tried to get a clue on HTML code / possible console errors with Web Inspector and WebKit crashed. Happens each and every time. Will attach crash log in a sec.
Comment 4 Ain Tohvri 2009-02-05 10:51:09 PST
Created attachment 27354 [details]
Inactive inline popup in Wordpress

NB! This behaviour is not there in Safari. Works like a charm there, so it must be a WebKit specific issue.
Comment 5 Ain Tohvri 2009-02-05 10:56:00 PST
Created attachment 27355 [details]
WebKit crash log RE Wordpress inline popup Web Inspecting

Respective console log for the crash:

05.02.09 20:45:51 ReportCrash[46425] Formulating crash report for process Safari[46409] 
05.02.09 20:45:52 ReportCrash[46425] Saved crashreport to /Users/ain/Library/Logs/CrashReporter/Safari_2009-02-05-204548_mini.crash using uid: 501 gid: 501, euid: 501 egid: 501 
05.02.09 20:45:52 com.apple.launchd[138] ([0x0-0xa07a07].org.webkit.nightly.WebKit[46409]) Exited abnormally: Bus error 
05.02.09 20:45:52 com.apple.launchd[138] ([0x0-0xa07a07].org.webkit.nightly.WebKit[46409]) Exited abnormally: Bus error 
05.02.09 20:45:57 Safari[46428] WebKit failed to shut down cleanly.  Checking for Safari extensions. 
05.02.09 20:45:57 Safari[46428] WebKit r40663 initialized. 
05.02.09 20:45:57 Safari[46428] WebKit r40663 initialized.
Comment 6 Michele Costabile 2009-02-05 11:58:15 PST
I have confirmed that in Safari Versione 3.2.1 (5525.27.1) the infamous lightbox works fine.
Other transient modal windows from wordpress 2.7 do not block input.
The browser is not stuck, but the modal window grabs the focus without focusing the text box or the rest of the controls.
There is no easy bypass other than reloading the page and losing changes.
Comment 7 Michele Costabile 2009-02-16 10:15:05 PST
I have some console output with today's build (5525.27.1), hope it helps, these are the fourl lines output on console when I try to edit a link.
Unfortunately, tity_mce.js is minified, so it's all line 1.
The source of the script is: http://www.proxybar.net/wp-includes/js/tinymce/tiny_mce.js?ver=20081129

Resource interpreted as other but transferred with MIME type application/x-javascript.
mctabs.js
Resource interpreted as other but transferred with MIME type application/x-javascript.
link.js
Resource interpreted as other but transferred with MIME type application/x-javascript.
validate.js
Resource interpreted as other but transferred with MIME type application/x-javascript.

tiny_mce.js (line 1)TypeError: Result of expression 'na' [undefined] is not an object.
Comment 8 Adele Peterson 2009-02-18 17:38:18 PST

*** This bug has been marked as a duplicate of 21382 ***