Opened 11 years ago
Closed 9 years ago
#6899 closed bug (fixed)
Dialog: show: true and buttons break the layout
Reported by: | chuvikovsky | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.dialog | Version: | 1.8.9 |
Keywords: | animation | Cc: | |
Blocked by: | Blocking: |
Description
Browser Mozilla FF 3.6.13 Ubuntu 10.04 LTS - the Lucid Lynx all text in dialog is disappear
Chromium 8.0.552.237 (70801) Ubuntu 10.04 layout in dialog is broken
Change History (9)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Keywords: | animation added |
---|
comment:3 Changed 11 years ago by
Status: | new → open |
---|---|
Summary: | Properties 'show' and 'buttons' if use together break the layout of dialog or hide all text in dialog → Dialog: show: true and buttons break the layout |
comment:4 Changed 10 years ago by
Milestone: | 1.9.0 → 1.10.0 |
---|
comment:7 Changed 9 years ago by
The result is the same with and without the show
option. What exactly is the problem?
comment:9 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
This was fixed by d07074dc3c3b2c73ccf1ed1cb2876df31154e039 where we started using widget's show/hide methods, using a fade as the animation for show:true
, which doesn't have the layout issue anymore: http://jsfiddle.net/5YEDX/1/
Note: See
TracTickets for help on using
tickets.
option must be 'show: true'