Skip to main content

Search and Top Navigation

#6899 closed bug (fixed)

Opened January 25, 2011 08:24PM UTC

Closed November 30, 2012 12:17PM UTC

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

Attachments (0)
Change History (9)

Changed January 25, 2011 08:47PM UTC by chuvikovsky comment:1

option must be 'show: true'

Changed September 07, 2011 12:53PM UTC by scottgonzalez comment:2

keywords: → animation

Changed September 08, 2011 03:32PM UTC by scottgonzalez comment:3

status: newopen
summary: Properties 'show' and 'buttons' if use together break the layout of dialog or hide all text in dialogDialog: show: true and buttons break the layout

Changed October 11, 2012 02:47PM UTC by scottgonzalez comment:4

milestone: 1.9.01.10.0

Changed October 23, 2012 12:23AM UTC by jzaefferer comment:5

Not sure how to reproduce this.

Changed October 23, 2012 07:21PM UTC by scottgonzalez comment:6

Confirmed in multiple browsers: http://jsfiddle.net/QQZQz/

Changed November 18, 2012 09:12PM UTC by jzaefferer comment:7

The result is the same with and without the

show
option. What exactly is the problem?

Changed November 19, 2012 01:49PM UTC by scottgonzalez comment:8

Look at the titlebar: http://cl.ly/image/1G3D3x3X1X0T

Changed November 30, 2012 12:17PM UTC by jzaefferer comment:9

resolution: → fixed
status: openclosed

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/