Bug 38580 - Sometimes display block doesn't work
Summary: Sometimes display block doesn't work
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Major
Assignee: Nobody
URL: http://ephemurl.com/2w/bv
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2010-05-05 06:49 PDT by Thomas
Modified: 2015-09-04 14:02 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas 2010-05-05 06:49:42 PDT
I have a form splitted in 3 steps. Each step is a fieldset. The user fills the fields and clicks in the next button. The first and third fieldsets are hidden (display: none) and the second fieldset is displayed (display: block), and so on.

When the user clicks on the second button to change to the next step, the third fieldset isn't displayed.

This bug only happens with Google Chrome (4.1.249.1064 (45376)) and Safari (4.0.5). With Internet Explorer 7/8 and Mozilla Firefox works
fine. I have tried with Google Chrome Linux version, with no success.

How to reproduce:

1 - Point your browser to http://ephemurl.com/2w/bv
2 - Fulfill the fieds and go to the next step. (you don't need to fill file fields)
3 - Fulfill the fields again and go to the next step.
Comment 1 Chris Rebert 2015-09-04 14:02:40 PDT
The testcase link is broken.