Resizables shift-key behaviour / preserve aspectRatio option / containment
Hi all! I have created two tickets: http://dev.jquery.com/ticket/1711 where I fixed the buggy shift-key behaviour of resizables and http://dev.jquery.com/ticket/1712 where I propose an aspectRatio-option for resizables which lets you preserve the aspect-ratio of your resizable. Im curious about what you think about the aspectRatio-option. Me personally I'd really like to see this feature in the next release! I'll now work on a better way of integrating a containment option to resizables. I think
jquery 1.2.1 and tablesorter in IE7 doesn't work
Hi, I tested tablesorter + jquery 1.2.1 in IE7, javascript error 80020101 has occured. It works in FF2 or jquery 1.2 in IE7. The error occurred at window.execScript( data ) in jquery 1.2.1. // Evalulates a script in a global context // Evaluates Async. in Safari 2 :-( globalEval: function( data ) { data = jQuery.trim( data ); if ( data ) { if ( window.execScript ) window.execScript( data ); <-- HERE!! else if ( jQuery.browser.safari
Droppable bug?
Sorry if it has already been mentioned, I don't remember having seen that in the list, the droppable demo in the doc doesn't work. The error in Firebug is "oDrag.helperSize has no properties" in ui.droppable.js line 169 -Nicolas -- Nicolas "Brush" HOIZEY Clever Age : http://www.clever-age.com/ Gastero Prod : http://www.gasteroprod.com/ Photos : http://www.flickr.com/gp/38608514@N00/M1c002
sort bug with tablesorter and IE7
I'm not sure what the problem is. I can't get any decent error message from IE7. But I've uploaded a simple example. When I click on any of the column headers on this page to sort, I get a javascript error in IE7. http://admin.etesters.com/playground/tablesorter.cfm
droppable and mousemove
Hi, I'd like to create a reordering list control. How can a droppable could get the mousemove while a draggable is over ? I need to decide below or above. The over func is fired only once. Zolee
links in Tabs
currently the entire container is scoured for links to turn into tabs, including any links you have inside your tab content. a temporary fix for this which seems to work for me (admittedly without extensive testing, but works in IE7(quirks) and FF2), is to change this line: this.$tabs = $('a:first-child', this.source); to this: this.$tabs = $('UL a:first-child', this.source); this will force the tabber to only search for tab links within the UL of the container. however, this WILL probably break
future support of ARIA in the jquery UI ?
Hi, is there any plan to integrate the ARIA spec to do Accessible Rich Internet Application as core functionality for the jquery UI ? Resources on ARIA : http://developer.mozilla.org/en/docs/ARIA:_Accessible_Rich_Internet_Applications/Relationship_to_HTML_FAQ
jQuery UI Table Sorter error
I have look at the demo and i don't see anything wrong with my code http://www.kaizendigital.com/codereck/index_jquery.php I am going through all the jQuery UI stuff that i might want to use and i can't get the table sorter to work. i am not getting any error, i run .tablesorter() on the table by id but nothing happens.
Problem with resize and "center" of magnification
Hi. I attach a piece of html code that show the wrong behavior. I have a resizable component and resizing it I cause the image below it to be moved. The image has a magnifier attached. After the resize, the "center" of magnification I mean, the point in the page where the magnifications is maximum if the mouse is on it, remains at the same place of the page, which is no more inside the image that, as said, has been moved by resize. Here is the code: <html> <head> <script src="http://code.jquery.com/jquery-latest.js"></script>
droppable wiki page errors
I was playing around with some of the new UI tools, and realized that the droppables wiki page had errors with the demo. I believe it is because of missing js includes. Comparing the full demo page to the wiki page is what lead me to come to this conclusion, that and when I added the missing includes my test page worked. Here is a list of the missing includes, selector.js event.js fx.js offset.js I am I correct to assume that this is the problem, or am I totally missing something? I figure I'd ask
Missing scripts from UI plugin downloader
It seems that the ui.draggable.ext.js scripts does not get added to the minified .js file that is generated when clicking the 'download ui.js' button from the custom UI plugin box. I am setting up draggables and droppables on the app I am working on so I checked the boxes next to draggables and droppables and click the 'download ui.js' button. For the most part it works as intended, but I couldn't get the REVERT functionality to work. I eventually downloaded the entire UI.zip and included ui.mouse.js,
DEMO dialog error in FF
In FF, if you resize the dialog, the content (text and buttons) goes outside the borders. Are there options to set minHeight and minWidth like the Resize options?
jQuery UI Tabs
http://www.kaizendigital.com/codereck/index_jquery.php this is my page to test out jQuery scripts. right now i am going through the jQuery UI stuff and hit a bug(?) in the tabs. First thing which is not so big is that the tabs seem to be way to right, much more than i thought and can't find where in the css is controlling that. The second big issues is if you look at this in IE, the tabs are in the container box when they should be on top of it. any help with these two issue would be great,
Testing Visual JavaScript
Hi All, I'm a newbie here but have been a huge fan and avid user of jQuery for quite a while now. I only heard about the jQuery UI project a few days ago but think it's really great that jQuery is getting official support for all this additional functionality (without bloating the core). I'd love to help out in any way I can, if you're in need of anything then just point me in the right direction and I'll try my best. Long before I was aware of this project I had been considering building a test
Sortables - multiple lists?
Interface Sortables supported dragging <li>'s from one list to another. When I try to apply sortable() to multiple lists using jQuery UI, I can sort within each list, but not between lists. Is this something that you are considering supporting? Cheers, Chris
slider getters and setters
I am working on a general playhead for in-browser video playback: http://metavid.ucsc.edu/wiki/index.php/Mv_embed So I need to be able to set the slider via float percentage values. This is what I am going to use for now (sample from slider.html test page) :Its a bit of trickery to get slider percentage values to line up and have have the max value when you slide to the right be 100% or 1: <div id='slider3' style="position: relative; margin: 40px; width: 217px; height: 28px; background: url(http://developer.yahoo.com/yui/
UI Calendar Demo does not work in IE 7
http://docs.jquery.com/Plugins/Calendar It works all day long in Firefox 2.0.0.6 but no matter how I click in the box using IE 7, nothing happens. At one point on another box I was able to get a javascript exception but I am not able to reproduce this behavior at home. Joe
interface's Highlight function
We are using the old interface library for exactly one function... the Highlight function. Is there an equivalent to Highlight in jQuery UI? If not, will there ever be? Thanks! - Jim
Calendar component
Hi, there is a calendar component on the roadmap. Is that supposed to be something like Google's Calendar component? Or just a datepicker? Anyway, what is the status of it? Who is working on it - I found "Marc" on the project plan. I need a not-only-datepicker calendar for a current project, therefore I could provide a lot of feedback and specs. -- Jörn
Resizable containment (like draggable)
Hello all. I'm new to the group (and fairly new to jQuery), so I apologize if this has already been brought up. I need an element to be both horizontally draggable and east-west resizable, both within the bounds of a parent div. I see draggable has a containment option which works great for what I need, but resizable only has a maxWidth option to limit its size at any given point in time. I cannot seem to find a solution that prevents resizing outside the bounds of the parent div. Any suggestions?
"too much recursion" in newest droppable - jQueryUI
I realize that all the devs have their hands full getting ready for the release, but in case this (bug?) slipped by, I just wanted to bring it to your attention: Every since the droppable plugin was changed to use the new "triggerHandler" method from 1.1.4, I am getting an error of "too much recursion" when dropping. I am using the newest 1.1.4 jQuery (including testing with a version generated from ant updated today) and the newest droppable file. This problem did not occur before the droppable
ui tabs don't work inside ui tabs
I'm sure there's something simple i'm missing here. http://www.robustness.org/temp/tabs/tester.html When you click on the second tabset (four,five & six) that is within the first tab, it hides the entire second tabset. Why?
jQuery UI calendar
hi, does this mean that the jQuery Calendar by Marc Grabanski is the official datepicker widget for jquery? james
ui.tablesorter.js bug
The zebra widget won't work unless change the 803,804 lines from: $("> tbody:first/ tr:visible:even",table).removeClass(table.config.widgetZebra.css[1]).addClass(table.config.widgetZebra.css[0]); $("> tbody:first/ tr:visible:odd",table).removeClass(table.config.widgetZebra.css[0]).addClass(table.config.widgetZebra.css[1]); to: $("> tbody:first tr:visible:even",table).removeClass(table.config.widgetZebra.css[1]).addClass(table.config.widgetZebra.css[0]); $(">
Sortables bugs
Hi, Trying to use Sortables from the new jQuery UI and I'm having several problems. I've downloaded only draggables, droppables and sortables via the UI website and am running jQuery 1.2.1. I'm using sortables to re-order an unordered list. First of all, I can't find any callback functions. I need a function to fire whenever the user re-orders the list items. I've tried various best guesses including trying onChange from the Interface library and they don't work. I had some success firing an alert
dialog width and height
When I resize a dialog the text inside goes outside the edges. I tried to put minHeight and minWidth but does not work. Thanks
Attaching events to Resize
I am trying to make the switch from the interface window/dialog to the UI version. The Interface demo, http://interface.eyecon.ro/demos/windows.html , ahas a minimize/maxime option and also a resize event. I need to be able to resize an iframe nested inside the dialog when the window is resized. The UI 1.0 window demo and documentation does not make any reference to how to trap and manage resize events. Is there any documentation on this?
UI Plugin Upgrades
<span style="font-family: trebuchet ms;">It sort of implies that jQuery UI 1.0 will upgrade all of the includes plugins at once with 1.0.1 and 1.1 etc. Is this the plan? Or will sub-plugins be upgraded independently? or both, where the UI is really a periodic "tested/approved" roll-up?<br style="font-family: trebuchet ms;"></span><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">Thanks,</span> <br style="font-family: trebuchet ms;"><br style="font-family: trebuchet
Tab doesn't render properly in IE 6
Just tested Tab control, works perfect in FF but not in IE. I am using IE 6.
dialog
Documentation shows an example where the content of the dialog is in the page. The documentation doesn't specify whether or not this has to be the case or if it supports remote content. Does the dialog have to be resizable, or is that something that can be turned off?
Drag and Drop inquiry
Hi all, Can't get over this library. A lot simpler to use than Ext's widget as well, which is great for the casual hobbyist. Kudos to those who've put in time to make the web a more enjoyable place to be. My inquiry is more of a general one. I'm looking to implement some drag and drop functionality into my site. I was thinking about dragging an element over a trash can, and having it removed from the DOM and use an ajax callback to delete something from a database upon the successful drag and drop.
custom downloader error
When attempting to download the themes (css) I get this error (an alert): /Users/myusername/Desktop/9bary01l.css could not be saved, because the source file could not be read. Try again later, or contact the server administrator. --- Trying to download js files and nothing happens. FF 2.0.0.6, Mac 10.4.10
First off, great UI! Then some bugs...
It's excellent to finally see jQuery getting its own UI. Hopefully a great UI for a great JS library! Just thought I'd point out some of the things (bugs) that I found when trying the demos: Lots of things not working in IE7 or look really bad (Tabs, Sliders, etc), but from the blog post I guess that you're already aware of that. The demo app looks great in FF2, but if you have the image size set up a bit so that the page get vertical scrollbars, the mouseover zoom effect places the picture in the
sortable demo
Just to advise that using the sortable demo in IE7 any item disappear after been placed in the new position. I have just noted that so I post. Andrea
some questions about Plugins Page
Hi how are the plugins rated and sorted in the "Browse Plugins" ==> "most popular" link? It doesn't seem that they are sorted neither by the average rating nor by the number of votes. is there any other criteria? (like downloads) also the "browse by date" does not seem to work. is it supposed to be the same as "latest releases" but listing only the latest version of a plugin?
API
Hi, do I miss something or a lot of docs is still missing?? Was checking dialog and it says that all options are optional. That's ok but exists an Api of these options, callback etc... Thanks Andrea
Tabs Demo wrong in IE 6.0
The demo of the Tabbed pane at: http://docs.jquery.com/UI/Tabs ...is not right in IE 6.0. Seems to be fine in FF2, but the tabs are "all scrunged up" (technical term) in IE 6.
Menu
hi, will there be a menu on jQuery UI? cheers, james
UI 1.0 and Safari 2.0.4?
I had a play with the UI demos at work today (on Firefox) and they look great! However, I got home this evening and fired up Safari my macbook, and even the download window in the ui.jquery site doesn't work :-( I get the row of tabs, and a tiny vertical scrollbar on the right-hand side, but no content. The thumbnail/imagebrowser demo is completely lifeless too, and the Draggables demo also behaves strangely. Is Safari 2.x a supported browser for UI? Best Regards, Howie (hoping I've made some mistake)
post-invocation modification to a draggable
i was bored tonight and decided to revamp some jquery-easydrag code with jquery-ui's draggable. the thing i immediately noticed is that jquery-ui doesnt seem to permit any way of modifying the draggable behavior once an element has been .draggable()'d. for example, if i specify .draggable( stop: myFunc ), i dont see any way of changing the "stop property" to mySecondaryFunc at a latter point in time. jquery- easydrag used to add a bunch of functions to objects which could be used to modify their
Next Page