| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(cherry picked from commit 90050c7cee24078c968f98b33d466d864d97722b)
|
|
|
|
|
|
| |
dialog does not disable resizables on the page.
(cherry picked from commit 6150abae49f77a3b2f67c39a3c60a06792b4de8f)
|
|
|
|
|
|
|
|
| |
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
(cherry picked from commit 37dcc3e21df5f1373ff9963217073a9faecfc057, dropped menu, spinner and tooltip)
|
| |
|
|
|
|
|
|
|
| |
avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera."
This reverts commit a3a5c65d4dd9eb6be0e8a71d82c3ca86b38ed009.
(cherry picked from commit 99fd8511ed4098a4cbf6c66999ef4df0bd8280be)
|
|
|
|
|
|
| |
expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera.
(cherry picked from commit a3a5c65d4dd9eb6be0e8a71d82c3ca86b38ed009)
|
|
|
|
|
|
| |
Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor
(cherry picked from commit c21a5b4451f5eded288de4482b9508e2bd13756d)
|
|
|
|
|
|
| |
can flow out of wrapper div.
(cherry picked from commit 25ba0e6ef39c7aebcf2f0901823470422110970f)
|
|
|
|
|
|
| |
font-size coming from ui-widget which caused the height to be too tall in IE
(cherry picked from commit abf833049d4e56b591595b65c5150baa0ff2223f)
|
|
|
|
|
|
| |
with overlapping content. Fixes #7397 - Resizable: icon not showing. Fixes #7390 - Resizable: https domain reports 'unsecured items' in IE7. Reopens #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps.
(cherry picked from commit 42dd56de5a0d67a7db2c2f49dc665e62afce8dda)
|
|
|
|
| |
(cherry picked from commit 0f860cdd9cd378dd9b72bb71e97cf169abb8459b)
|
|
|
|
| |
39fab1f39811818887e8906ede21453ef21833af)
|
|
|
|
|
|
| |
size of some CSS
(cherry picked from commit 5a5fc9fb410725f333975b5ecd86ea3ad4131758)
|
|
|
|
|
|
| |
transparent gif. Fixed #7293 - Resizable: Chrome dev tools console shows GET data: undefined (undefined)
(cherry picked from commit 5058ac3ce7a45c5823f4c108b0ae3ae45346d0f8)
|
|
|
|
|
|
| |
background-image:url(about:blank) as it's shorter and safer. Thanks @epascarello . Better fixes #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
(cherry picked from commit 08b6a2b5189f62c62a0ee725629087b445f308d7)
|
|
|
|
|
|
| |
background-image on resizable handles to work around an IE bug. Fixed #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps
(cherry picked from commit 64f13b661a571806bdfb181d1ef511ac9e2771b3)
|
| |
|
|
|
|
| |
Typesetting on title bar is inconsistent with other widget title bars/headers.
|
| |
|
|
|
|
| |
#4623 - CSS: ui-helper-hidden-accessible affects page layout.
|
|
|
|
| |
individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab.
|
|
|
|
| |
#5691 - wrong menu size calculation in webkit browsers (Autocomplete).
|
| |
|
|
|
|
|
|
| |
added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results.
We will need to undo this change when ThemeRoller supports generating loading images.
|
|
|
|
| |
handling that. Fixes #5779 - Themeroller - size inconsistency with button widgets and dialog box buttons.
|
| |
|
| |
|
|
|
|
| |
breaks when displayed inside a dialog on Internet Explorer.
|
|
|
|
| |
create line breaks in IE.
|
|
|
|
| |
problems in IE6/7 on panel close.
|
|
|
|
| |
and GPLv2. Also added a link to http://jquery.org/license.
|
|
|
|
| |
Selectable helper has z-index hard coded
|
|
|
|
| |
and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left
|
|
|
|
| |
allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS
|
|
|
|
| |
menu items have no default-state-class, need to override font-weight
|
|
|
|
|
|
| |
override.
Fixes #5475 - ui-tabs-panel border override should be border-width, not border.
|
|
|
|
|
|
|
| |
This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing
changes made to ab8d15521785e764a6bf47beee0cfd18929607d3.
Need to revert this revert later on when actually merging the tooltip branch into master.
|
| |
|
|\ |
|
| |
| |
| |
| | |
destroy-method test in IEs (zoom style wasn't cleaned up on destroy) and should perform slightly faster, too
|
|\| |
|
| |
| |
| |
| | |
(updated the nested-menu protoype nested2.html with themeroller) - kills the hover-border in IE6, but we have to live with that
|
| |
| |
| |
| | |
was dropped); also fixed the nested-menu visual test to position properly in IE6
|
| |
| |
| |
| | |
flickering during fade
|
| | |
|
|/ |
|
|
|
|
|
|
| |
When using buttons in a .ui-widget-header, they were loosing their
styling on link elements. By scoping the selector just like is
done for .ui-widget-content, it fixes this problem
|
|
|
|
| |
one word
|
|
|
|
| |
Fixes #5323 - dialog content shifts when dialog resized from top or left.
|
| |
|