Opened 7 years ago
Closed 7 years ago
#14928 closed bug (notabug)
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)
Change History (2)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
This has never been supported. As the documentation shows, the width
option only accepts numbers.
Note: See
TracTickets for help on using
tickets.
Sorry, just realized that
autoWidth: true
should read
width: 'auto'
in the ticket title (which I can't modify now).