Opened 13 years ago
Closed 12 years ago
#4829 closed bug (worksforme)
Dialog doesnt show up in Firefox if we use Buttons and effects together
Reported by: | sumeetsukhija | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I faced an error when I was evalulating jquery of a project. I have attached a file. The bug is reproducable in the attached document. Only need to correctly refer to the paths in the script tags mentioned.
This issue is faced on Firefox 3.0.11. and works on IE 8. When we remove the button or show options, it starts working fine. However, I am unable to use it together.
Attachments (2)
Change History (4)
Changed 13 years ago by
Attachment: | testFile.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
There's a trailing comma after position:center, otherwise the code looks ok.
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Works for me in 1.7.2+
Perhaps the problem is that you didn't include the effect you were trying to use.
Note: See
TracTickets for help on using
tickets.
HTML file which has the code for reproducing the bug