Timeline
Mar 30, 2013:
- 12:36 PM Ticket #9195 (undocumented hack used in example) closed by
- notabug:
_renderItem()
is public API, it's just not part of the API exposed … - 10:15 AM Ticket #9194 (selectable disabled issues) closed by
- duplicate: Duplicate of #5973. This is a duplicate of #5973, sort of, which …
- 8:05 AM Ticket #9196 (configure to disable unless modifier key is pressed) closed by
- notabug: Hi penguin_brian, Thanks for taking the time to contribute to the …
- 4:52 AM Ticket #5479 (Cannot override z-index on datepicker) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
- 2:42 AM Ticket #9196 (configure to disable unless modifier key is pressed) created by
- e.g. put something like […] At top of _mouseStart function. Might …
- 2:00 AM Ticket #9195 (undocumented hack used in example) created by
- http://jqueryui.com/autocomplete/#custom-data has: .data( …
- 1:53 AM Ticket #9194 (selectable disabled issues) created by
- $( ".selector" ).selectable({ disabled: true }); Doesn't add …
Mar 29, 2013:
- 12:47 PM Ticket #9193 (jQuery UI CDN missing jQuery UI 1.10.2 base theme CSS) closed by
- notabug: It's not missing. It was intentionally removed. Please read the …
- 12:44 PM Ticket #9193 (jQuery UI CDN missing jQuery UI 1.10.2 base theme CSS) created by
- The Media Temple CDN (code.jquery.com/ui) is missing the …
- 5:00 AM Ticket #9155 (IE8 crashes on Windows 7) closed by
- invalid: Because we get so many tickets, we often need to return them to the …
Mar 28, 2013:
- 9:41 PM Ticket #9192 (Slider does not work in IE10) closed by
- worksforme: We have had multiple people try this on VMs and on actual Windows 8 …
- 11:27 AM Ticket #9192 (Slider does not work in IE10) created by
- If I go to your demo site using IE10 the slider does not show up.
Mar 27, 2013:
- 3:49 PM Ticket #9191 (jQuery UI 1.10.2 + FancyBox 2 + ComboBox problem) closed by
- duplicate: Duplicate of #9157. As mentioned on the page that you copied that …
- 3:29 PM Ticket #9191 (jQuery UI 1.10.2 + FancyBox 2 + ComboBox problem) created by
- The combo is not showing the values by clicking the arrow. …
- 3:24 PM Ticket #9189 (Accordion: refresh() method incorrectly opens collapsed accordion) closed by
- fixed: Accordion: Maintain collapsed state on refresh. Fixes #9189 - …
- 9:35 AM Ticket #9190 (Core: Remove $.ui.hasScroll()) closed by
- fixed: Core: Removed $.ui.hasScroll(). Fixes #9190 - Core: Remove …
- 9:35 AM Ticket #9190 (Core: Remove $.ui.hasScroll()) created by
- This has been deprecated for a while and is only used by resizable.
- 9:28 AM Ticket #9189 (Accordion: refresh() method incorrectly opens collapsed accordion) created by
- When an accordion in jQuery UI 1.10.2 is in a fully collapsed state …
- 6:48 AM Ticket #9188 (Draggable: Position in stop event is incorrectly with constrained ...) created by
- http://jsfiddle.net/6X5nR/1/ Move the box in the example above and …
- 3:29 AM Ticket #9187 (Margin right should increase in button module) created by
- Margin right should increase in button component .ui-buttonset …
Mar 26, 2013:
- 11:20 AM Ticket #9186 (modal Dialog appended to ui-tabs-panel: Error: Cannot call method ...) closed by
- notabug: We don't support partial modals. This is broken because you're …
- 11:14 AM Ticket #9186 (modal Dialog appended to ui-tabs-panel: Error: Cannot call method ...) created by
- I am using the Dialog widget's new "appendTo" option to associate a …
- 10:45 AM Ticket #9185 (Sortable: Placeholder breaks table-layout: fixed) created by
- Helo, I found a problem with sortable plugin, and to be exact with …
- 9:22 AM Ticket #9159 (Draggable Tests: Write test case for #8269) closed by
- fixed: Draggable Tests: Test that removing an element on drop doesn't cause a …
Mar 25, 2013:
- 5:12 PM Ticket #6871 (Draggable: helper won't revert to original position if the original ...) closed by
- wontfix: even though we've previously patched this, I've discussed this with …
- 5:10 PM Ticket #7000 (Draggable: does not detect nested, removed Draggable when element is ...) closed by
- wontfix: In fact, this seems like a duplicate, but is slightly different. We're …
- 5:07 PM Ticket #7000 (Draggable: does not detect nested, removed Draggable when element is ...) reopened by
- 12:22 PM Ticket #9184 (Datepicker: parsedate Unix timestamp string with negative value throws ...) created by
- See plunk here: http://embed.plnkr.co/8DGYfF31P53AG4KIJFPs Using a …
- 11:35 AM Ticket #9183 (Accordion Plugin for Wordpress 3.5.1) closed by
- notabug: This is not a valid bug report. The version number never even existed …
- 11:21 AM Ticket #9183 (Accordion Plugin for Wordpress 3.5.1) created by
- The accordion tabs are displaying in horizontal form but the accordion …
- 10:33 AM Ticket #9042 (Menu: In IE ui-icon-carat overlaps text when menu items are too wide) closed by
- patcheswelcome
- 10:33 AM Ticket #9042 (Menu: In IE ui-icon-carat overlaps text when menu items are too wide) reopened by
- I agree with TJ that this doesn't seem like something we need to …
- 9:01 AM Ticket #9182 (tabs load always index page baseURL) closed by
- duplicate: Duplicate of #7822.
- 8:47 AM Ticket #9182 (tabs load always index page baseURL) created by
- Hello, if i set an base href in the head of my html page the tabs are …
- 8:46 AM Ticket #8925 (Tooltip: Changes to title attribute while tooltip is open get reverted ...) reopened by
- Re-opening to investigate whether we handle this. When restoring any …
- 8:43 AM Ticket #9181 (Title attribut doesn't change by manipuating .attr) closed by
- duplicate: Duplicate of #8925.
- 1:49 AM Ticket #9181 (Title attribut doesn't change by manipuating .attr) created by
- Hello team. While using jquery tooltip, faced an unknown problem. …
Mar 23, 2013:
- 4:49 PM Ticket #8962 (Draggable: Containment doesn't properly update) closed by
- fixed: Draggable: Handle containment set to false after init, and style …
- 3:44 PM Ticket #8301 (Sortable: Placeholder doesn't move when using connectWith option) closed by
- fixed: Sortable: update placeholder when axis is x or y for connected lists. …
- 3:26 PM Ticket #9180 (effect "highlight" displays hidden elements) closed by
- notabug: Thanks for contributing! According to …
- 1:27 PM Ticket #9180 (effect "highlight" displays hidden elements) created by
- With a full (but minimized) version of jQuery UI using the effect …
- 7:53 AM Ticket #9042 (Menu: In IE ui-icon-carat overlaps text when menu items are too wide) closed by
- notabug: I see the overlap in IE 7 - 10, but I don't think this is something …
- 6:55 AM Ticket #9179 (Accordion doesn't open active panel) closed by
- notabug: Hi greg.wacker, Thanks for taking the time to contribute to the …
- 3:47 AM Ticket #9179 (Accordion doesn't open active panel) created by
- http://jsfiddle.net/ghvZF/ Regression: Example works in 1.9.x for all …
- 3:13 AM Ticket #9178 (Menu item click causes page scroll) created by
- Whenever I choose an item in the menu, it causes whole page scroll.
Note: See TracTimeline
for information about the timeline view.