WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
7281
With java disabled wrong information is displayed.
https://bugs.webkit.org/show_bug.cgi?id=7281
Summary
With java disabled wrong information is displayed.
Matthew McGillis
Reported
2006-02-15 13:32:48 PST
Safari does not display proper content for applets when java is disabled. Safari fails test case specified in URL. See instructions in URL for steps to perform test. Safari should show both the text from the alt value of the applet tag as well as the text between the begin and end applet tags. However neither get displayed.
Attachments
First attempt
(1.44 KB, patch)
2006-05-26 14:46 PDT
,
Rob Buis
mjs
: review-
Details
Formatted Diff
Diff
Now with testcase
(7.18 KB, patch)
2006-06-02 08:33 PDT
,
Rob Buis
mjs
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Joost de Valk (AlthA)
Comment 1
2006-02-15 14:33:27 PST
Confirmed, this needs to be fixed.
Rob Buis
Comment 2
2006-05-26 14:46:11 PDT
Created
attachment 8562
[details]
First attempt After discussion with Mitz, it seems like this is the best thing to do. Mozilla adds also the alt attribute contents (see testcase), WinIE does not. If the code gets okayed, I can do a more complete patch with RenderEmptyApplet removal and if needed a testcase. Cheers, Rob.
Maciej Stachowiak
Comment 3
2006-05-31 00:18:20 PDT
Change looks good to me conceptually. Please post a version that includes a test case and removes the dead code.
Rob Buis
Comment 4
2006-06-02 08:33:19 PDT
Created
attachment 8664
[details]
Now with testcase With a testcase and RenderEmptyApplet removed. Cheers, Rob.
Maciej Stachowiak
Comment 5
2006-06-02 15:49:57 PDT
Comment on
attachment 8664
[details]
Now with testcase sweet, r=me
Geoffrey Garen
Comment 6
2006-06-02 16:29:00 PDT
Does DumpRenderTree run with Java disabled? If it doesn't, this test won't work.
Rob Buis
Comment 7
2006-06-03 00:15:33 PDT
Hi Geoff, (In reply to
comment #6
)
> Does DumpRenderTree run with Java disabled? If it doesn't, this test won't > work.
I think it does, I enabled java after a run-safari, then did DumpRenderTree and it still generated the same. Cheers, Rob.
David Kilzer (:ddkilzer)
Comment 8
2006-06-03 05:02:23 PDT
(In reply to
comment #6
)
> Does DumpRenderTree run with Java disabled? If it doesn't, this test won't > work.
Yes, yes it does.
http://trac.webkit.org/dev/browser/trunk/WebKitTools/DumpRenderTree/DumpRenderTree.m#L234
David Kilzer (:ddkilzer)
Comment 9
2006-06-03 05:43:05 PDT
(In reply to
comment #5
)
> (From update of
attachment 8664
[details]
[edit]) > sweet, r=me
New committer questions: 1. This patch doesn't change any build files (mac, win, bake) for the removed files. Can I simply update those files as I see fit when committing? (I can only test the mac build now.) 2. The LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html test is affected by this change (will fail if the patch is committed) since it has an applet in it, but the patch doesn't cover this change. Should I update the test results (because it's an expected failure and my visual inspection of the results looks okay) and commit without further approval? I've decided to hold off committing this patch until I get more instructions.
Darin Adler
Comment 10
2006-06-03 12:52:36 PDT
(In reply to
comment #9
)
> 1. This patch doesn't change any build files (mac, win, bake) for the removed > files. Can I simply update those files as I see fit when committing? (I can > only test the mac build now.)
Yes.
> 2. The LayoutTests/tables/mozilla_expected_failures/bugs/bug8499.html test is > affected by this change (will fail if the patch is committed) since it has an > applet in it, but the patch doesn't cover this change. Should I update the > test results (because it's an expected failure and my visual inspection of the > results looks okay) and commit without further approval?
Yes.
David Kilzer (:ddkilzer)
Comment 11
2006-06-03 15:19:40 PDT
Committed revision 14715.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug