Ticket #5638 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

Download builder: theme missing new file jquery.ui.selectable.css on ui-dev.jquery.com 1.8.2

Reported by: rdworth Owned by: jdsharp
Priority: blocker Milestone: 1.8.2
Component: [meta] ui.downloadbuilder Version: 1.8.1
Keywords: Cc:
Blocking: Blocked by:

Description

1.8.2 is now on the test server ui-dev.jquery.com

When downloading a zip, the new file jquery.ui.selectable.css is missing from the theme folders and there's also no evidence of it in jquery.ui.base.css in the theme folders.

Change History

comment:1 Changed 3 years ago by joern.zaefferer

Not tested, but could be enough to just add ", theme" here, in site svn:

Index: config.inc.php
===================================================================
--- config.inc.php	(revision 1277)
+++ config.inc.php	(working copy)
@@ -74,7 +74,7 @@
 		'ui.resizable.js' 	=> array('hasDemo' => true, 'hasCss' => true, 
 			'name' => 'Resizable', 'desc' => 'Makes any element on the page resizable.', 'requires' => 'ui.core.js, ui.widget.js, ui.mouse.js, theme'),
 		'ui.selectable.js' 	=> array('hasDemo' => true, 
-			'name' => 'Selectable', 'desc' => 'Makes a list of elements mouse selectable by dragging a box or clicking on them.', 'requires' => 'ui.core.js, ui.widget.js, ui.mouse.js'),
+			'name' => 'Selectable', 'desc' => 'Makes a list of elements mouse selectable by dragging a box or clicking on them.', 'requires' => 'ui.core.js, ui.widget.js, ui.mouse.js, theme'),
 		'ui.sortable.js' 	=> array('hasDemo' => true, 
 			'name' => 'Sortable', 'desc' => 'Makes a list of items sortable', 'requires' => 'ui.core.js, ui.widget.js, ui.mouse.js'),
 	),

comment:2 Changed 3 years ago by jdsharp

  • Owner set to jdsharp
  • Status changed from new to assigned

comment:3 Changed 3 years ago by jdsharp

  • Status changed from assigned to closed
  • Resolution set to fixed

This has been resolved on ui-dev.com. In addition to adding the theme requirement, the " 'hasCss' => true" pair was added to the ui-selectable.js array.

comment:4 Changed 3 years ago by rdworth

  • Milestone changed from 1.9 to 1.8.2

Fixed in ui website rev 1280

Note: See TracTickets for help on using tickets.