Skip to main content

Search and Top Navigation

#14928 closed bug (notabug)

Opened March 02, 2016 06:43PM UTC

Closed March 03, 2016 06:46PM UTC

Dialog: autoWidth: true cuts off title if it is longer than content

Reported by: flack Owned by:
Priority: minor Milestone: none
Component: ui.core Version: 1.11.3
Keywords: Cc:
Blocked by: Blocking:
Description

See here:

https://jsfiddle.net/wexLy73o/

This used to work in older jqueryui versions, I've tried in 1.9. for example, but the current ones will cut off the title (which has to do with overflow: hidden I guess)

Attachments (0)
Change History (2)

Changed March 02, 2016 06:46PM UTC by flack comment:1

Sorry, just realized that

autoWidth: true

should read

width: 'auto'

in the ticket title (which I can't modify now).

Changed March 03, 2016 06:46PM UTC by scottgonzalez comment:2

resolution: → notabug
status: newclosed

This has never been supported. As the documentation shows, the width option only accepts numbers.