ThemeRoller Zip file export corrupt
I've been trying to download a custom ThemeRoller theme but everytime I try windows says the file is corrupt. I've tried different browsers and different PC's but always the same.. I have downloaded before today so am not sure what the issue is. I've also tried downloading the basic theme but that fails as well... Is anyone else having a similar problem? Custom theme I'm trying to download Many thanks Justin
jQuery UI Datepicker flashes in Firefox
I stated that I had the same issue in another reported problem, but his was slightly different than mine. Apologies if I should have replied there. When using the DatePicker with changemonth, changeyear, and a daterange of more than 20 entries on Firefox 3.6.2, there is a flicker of the page background color. On the page that I am working on, there is a large flicker, and then subsequent clicks there is only a small flicker. On this demo page, there is first a flicker on the input box, and then a
Themeroller Broken - 29-March-2010
It seems the themeroller application is not generating the css directory nor the jquery-ui-1.8.custom.css for custom rolled themes. Here is the theme I rolled which is not working. http://jqueryui.com/themeroller/#ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=0a317a&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=75&borderColorHeader=666666&fcHeader=f0f0f0&iconColorHeader=f0f0f0&bgColorContent=e3e3e3&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=333333&iconColorContent=333333&bgColorDefault=d5d6d8&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=aaaaaa&fcDefault=555555&iconColorDefault=555555&bgColorHover=bcc9dc&bgTextureHover=02_glass.png&bgImgOpacityHover=80&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=cfd3b1&bgTextureActive=02_glass.png&bgImgOpacityActive=75&borderColorActive=aaaaaa&fcActive=444444&iconColorActive=444444&bgColorHighlight=e0df85&bgTextureHighlight=04_highlight_hard.png&bgImgOpacityHighlight=55&borderColorHighlight=aaaaaa&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=e9abaa&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
Is the ThemeRoller not working for anyone else?
I've been trying to generate a custom theme using the ThemRoller (http://jqueryui.com/themeroller/) and when I click "Download theme" and download the theme packed with jQuery I get an empty custom-theme. Evenw hen I try to download one of the gallery themes I get an empty theme. Is there a known issue or am I the only one having problems?
Theme Roller Isn't Bundling Sprites
I tried to use Theme Roller today. I tried some customized colors as well as some defaults and neither include the sprites for the theme. Not sure if this is the proper place to post this, so I'll try here first.
jqueryui.com 500 Internal Server Error
i have a problem with the theme switcher tool : http://jqueryui.com/themeroller/themeswitchertool/ so i try the url in my browser and get the : 500 Internal Server Errorall the jqueryui.com have the same error. There is no way to have a functional download of the theme switcher tool and don't be dependent of the online tool ? Thanks for the look. Best regards.
ThemeRoller not working
I've been having a heckuva time with ThemeRoller the past few days. It doesn't matter what browser I use, I get the same issues. I customize a theme without any issues then go to download it. My project requires a CSS scope, so I get that then click on download. I get offered the zip archive just fine, but when I open it up, there are a few issues. For starters, there are no minified versions of the individual JS files. I don't use all the components so obviously don't want to put items in my
Flash of Markup on load in datepicker when invoked on element within dialog
Tested in latest browsers on Vista / XP (IE, Firefox, Chrome, Safari, Opera) ONLY Firefox has a "flash of markup on load" when the following datepicker setup is invoked where 'tbDOB' is a input text element within a jQuery ui dialog: $('#tbDOB').datepicker({ changeMonth: true, changeYear: true, yearRange: '1901:2010' });
Major performance problems with Selectable
Selectable seems to work fine only as long as there aren't many elements to be selectable. With 50 elements performance is terrible, with more (I needed ~500) $('#selectables').selectable() really takes it's time - on a fairly decent hardware Chrome 4.0 takes over 30 seconds and Firefox 3.6 over a minute (but tends to crash). Any ideas?
Autocomplete #combobox, When wraped in form it reloads page when pressed dropdown btn
1. I am new to jquery UI, and had used a lot of time trying to figure out autocomplete combobox. I think it's bugged because when I wrap <select> in <form> </form> and click dropdown button page gets reloaded. Simple way to test: In demos folder autocomplete combobox html add form tag around select - Using fresh ui 1.8 and jquery 1.4.2. 2. How can I set start value of new input (like original dropdown had selected). Best regards, Bojan Kuzmanovic
Sortable problem on chrome browser
Using Sortable on a table in a chrome browser gives a weird behaviour. Dragging a row around the table makes a gap appear between the top row and the table header. dragging the lowest row outside the table makes a gap between the rows. i've been looking for a solution all over but none found. is there any here? thanx, Thomas EDIT: further inquiring showed me that it has something to do with chrome behaviour with calculating heights of elements. anyone?
Modal Dialog IE onclick problem
Hi, There is a problem with the new jQueryUI 1.8.1 & jQuery 1.4.2 releases regarding the Dialog widget. The problem occurs when I have an onclick event on a link and also a href. This only happens in Internet Explorer and only when the dialog is modal! e.g. <a id="testLink2" href="javascript:alert('href javascript');" onclick="alert('onclick event');return false;">Test Link 2</a>The onclick event is fired correctly (first), however, the href is also fired afterwards (even though I have a return false;).
UI Button primary icon only position problem
Dear all, I'm using jquery 1.4.2 and jquery UI 1.8.4. I need to create some button with a primary icon only and text. Setting a primary icon only (other than the text) the problem is the text has a wrong position relative to the icon (see the attached image, icon only and primary+secondary work fine). JS code: $("#button").button({ icons: { primary: 'ui-icon-locked' } }); I tried it on Safari, Firefox and IE getting the same problem. Anyone could help please?
Bug with jQuery UI checkbox .button() Style does not change when script changes checked value
<input type="checkbox" id="check" /><label for="check">Toggle</label> <input type="button" id="button1" value="Turn it off" /> <script> // make the checkbox a jquery ui button $('#check').button(); // make the button turn off the Toggle checkbox $('#button1').addListener('click', function(e){ alert($('#check').attr('checked')); $('#check').attr('checked', false); alert($('#check').attr('checked')); }); </script> The style of the toggle button will not change, even though the attribute
building customer jQuery UI fails
When unzip the the built file, it always says the zip file is invalid.
Problem downloading custom theme from ThemeRoller
When I click the download theme button after creating a custom theme, it hangs before saying the connection was reset. Is anyone else having this problem?
AutoComplete - Combobox option js error in IE "Stop running this script
We have a simple combobox we are trying to convert to autocomplete - combobox. This provides the typeahead search as well as the clickable arrow for normal combobox functionality. Works fine in CHROME and FIREFOX but IE pops an error "Stop running this script". There are about 800 items in the combobox. We don't have issues with Combo boxes that have less items but why would IE be stuck in some kind of loop when chrome and firefox don't. any fixes or adjustments to initialization to solve this
UI Accordion Doesn't Redraw Properly in IE
I've attached a screenshot of this problem I've been wrestling with. Searching the forum and Google hasn't turned anything up, but maybe I am not referring to the problem correctly. When I use the UI Accordion with a definition list (where the DDs contain might contain both text and images, if that matters) the page loads fine, but after clicking on a DT to expand it, some DTs are redrawn after moving down on top of other DTs below them. Hovering over the misplaced DTs a few times will pop them into
autocomplete - repeat searches no results.
Hello all! First time in the forums. I have setup an autocomplete text field, linked to a db datasource that is loaded through an ajax json call. I have noticed that if a perform a search (e.g. "ch"), then backspace and perform the exact same search, the results dropdown will not appear the second time. This only happens if performing the exact same search twice in a row. If I do another search (e.g. "chr"), the second time, then do my original search I will get the results dropdown as expected.
jQuery UI Dialog: modal overlay problem with page height > 4096px
Hi I'm using a jQuery UI dialog, with modal: true. Works fine in Firefox 3.6.3, Chrome 4.1.249.1064 (45376). jQuery core version is 1.4.2, and UI components are the latest and the ones designed to work with core 1.4 and up. However, in IE8, with a page greater than 4096 pixels in height, the modal overlay starts misbehaving. This was found by crafting a simple page (using the guts of the downloaded demo) with a couple of height-styled divs. <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type"
Is jQuery UI Themeroller broken?
I have tried to download a theme created by someone else, a theme created by myself (just to check that the URL I received was not broken), and a theme from the Gallery. The only one that works is a theme from the Gallery - all the others return a "504 Gateway Time-out" error message. Is anyone aware of this problem? Has anyone else actually SEEN this problem? Thanks
Autocomplete 'select' event in IE7
$('input#main_search_input').autocomplete({ source: '/ajax/autocomplete/search.php', minLength: 3, select: function(event, ui) { alert('DEBUG: select event'); if(ui.item.id.substr(0,3) == 'cat') { document.location = '/store/home.php?cat=' + ui.item.id.substr(4); } else { $('form#main_search_form').trigger('submit'); } }, open: function(event, ui) { $('.ui-autocomplete li:nth-child(2n)').addClass('odd'); } }); Using the code above, the alert never gets called in IE 7 when I select a drop down result
ui tab slows browser with lots of data
The problem I am currently facing is that I am loading about 500 rows of data into a tab which then is causing poor performance with the browser (cpu usage jumps to 50-60% and takes a bit to calm down). It works perfectly fine with 50 or less rows, but I have to allow up to 500 rows to be displayed as that is a requirement from management. The performance problem only occurs when you click within the tab with the data. Clicking outside the tab or switching to another tab with less data does not
Datepicker (1.8rc3) not transferring date in IE6
Using jquery-1.4.2 and jquery-UI 1.8rc3, I instantiated a datepicker on a text input with showOn: 'focus'. The datepicker appears correctly. However when I click on a date, the datepicker doesn't disappear and the dateStr doesn't get transferred to the text input. I tried adding an onClose: handler that calls alert(dateStr), and it does not appear that this event ever fires in IE6. Everything works fine in Firefox. I have Microsoft Script Debugger installed but no script errors were detected.
Dialog Issue: Iframes break in IE9
We ran into a problem with IE9 and IFrames, using Dialog that others are bound to run into. If you have an IFrame inside a Dialog's content, and IE9 is in standards mode, it will break. This is because Dialog moves its content from wherever its rendered in the DOM, to a first-child of the Body tag. This is (nicely) done to avoid z-index stacking order issues that can occur with IE9 (quirks mode), and below. IE8 and IE9 (in standards mode), however, do not have the z-index stacking bug. The problem
ui tabs and floating div height problem
Hello, I am not sure if this is a css bug or jquery tab bug. But I'm going nuts trying to figure it out. The page is a striped down test page that contains a simple two column css div layout. Here is the page code: <div id="wrapper"> <div id="rightside"> <br /><br /><br /><br /><br /><br /><br /><br /><br />rightside<br /><br /><br /><br /><br /><br /><br /><br /><br /> </div> <div id="leftside"> <div id="tabs2"> <ul> <li><a
absolute positioning doesn't work in a dialog on any browser
absolute positioning from a parent element doesn't work in a jquery UI v1.8.4 dialog box. I'm having a hard time coming up with a workaround for what I need, so figured I'd post this issue here and see if there's a potential fix? Basically, if you have a div (doesn't matter how nested it is) with css position:relative inside a jqueryui dialog, and then inside that div you have another div with css position:absolute, the inside div will be positioned relative to some other element (an unknown element
jQuery MENU & AutoComplete causing conflict
Hello, I am using the jQuiery UI AutoComplete and everything works great. As soon as I started adding in the MENU structure (IE: iPod drill down menu) it causes conflict. I realize that there is still development being done on the project, but has anyone else run into this problem and noticed a fix for it? I really like the menu structure, and not sure which I want to sacrifice if I have to. I would greatly appreciate some heads-up if anyone knows of anything. Cheers.
Problems with buttons with primary icon
I'm not sure what's going on here. I have a stock jqueryui install, latest version. When I use the jqueryui button functionality with a left (primary) icon, the button appears at the upper left, and the text appears below. I tried copying the demo source and running it on my own web page, and it happens there too (see screencap). What am I missing?
Possible bug when Adding Autocomplete Comboboxes dynamically
Hello, It seems that adding comboboxes dynamically, after the first one, voids the previous autocomplete/combobox event handlers and nulls the previous Selected value. See html here: http://gomedia.cc/plv3_svn/tpl_mockups/comboBoxIssue.php Js here: http://gomedia.cc/plv3_svn/js/newProject_docReady. & here: http://gomedia.cc/plv3_svn/js/autoCombo.js The bug appears to occur in Gecko browsers. IE works as far as I can tell. We're actually trying to populate these with ajax but ran into this issue
Modal dialog and google maps (loosing mouse events)
UI Modal dialog 1.8.0 on jquery 1.4.2 with à Google map v2 on it, does not stop dragging the google map when the mousebutton is released. This does NOT work in Chrome and FireFox but works ok in IE 8.0 As soon as I make the dialog non-modal the map works as expected. So it looks like a ui-modal-dialog does not return the mouse-up event. How could I fast solve this? I was so dumb to not check enough when coming from 1.7.... Regards, Henk
IE 7 remove draggable item memory leak
I have a page with an unordered list <ul> with two list items <li> I have set up each list item to be draggable using $('#id').draggable({ OPTIONS }); I removed the items from the unordered list using $('#ulID').empty(); The items are removed from the screen, but when I run the page in sIEve it shows the list items as being orphaned and each having 1 reference left to it. Also, any item that I have called jQuery on shows as a leak (ie if I create an accordion). Running the page in IEJSLeaksDetector
Autocomplete-enabled field not submitting when pressing enter
Hi everybody, I have a search field on which I activate the Jquery UI autocomplete (which I find wonderful by the way). When no suggestions are available, pressing the enter key does submit the form, but this ain't the case when suggestions ARE available. I press the enter key and nothing is happening. Note that if a select a suggestion, this works, but it should work too when you want to search/submit with the value you entered without selecting any autocomplete suggestions. If you want to see the
1.8.1 date picker fail to populate date selected
when I append this html fragment to the page when returned via ICallbackEventHandler. the datepicker will display the picker but will not select any date or go to the prev or next month when the client is IE 7 or 8. performing the same steps with firefox 3.6 results in a working date picker. <table style="width: 100%;"> <tr> <td> Start Date </td> <td style="width: 10px;"> </td> <td> <ASP:TextBox ID="dpStartDate" runat="server" />
Tabs: height of tab header stretching to "float:right' elements in page?
Hi, I have a fairly standard 2 column page with one "menu" column being 'float'ed to the right. Seems the height of the jQuery-UI tab header is being stretched to the bottom of my right floated menu column rather than the bottom of the tab headers. Is this a known issue? Any ideas how to fix this? jquery-1.4.2 jquery-ui-1.8 (smoothness) Firefox 3.6 Thanks in advance, Ian
jQuery 1.5: button() fails when id of input contains dots or square brackets
See fiddle http://jsfiddle.net/kiequoo/Efrzu/2/ The error generated is Uncaught Syntax error, unrecognized expression: [for=actualResponses[0].answer1] Which suggests the selector being generated to select the label should be [for="actualResponses[0].answer1"] If the id is changed to remove the dots and square brackets it works fine, see http://jsfiddle.net/kiequoo/Efrzu/3/
Opening Dialog with link in content causes flicker & jumping
I'm trying to use the jQuery UI Dialog and I'm encountering some odd behavior. See the link at the bottom for a demo of this issue. I have a link that creates (and opens) a dialog on click. A dialog with no links in the dialog content open as expected; however, and dialog which has a link in its content causes a flicker of the entire page and jumps the dialog content down to the first link. You can look at the source of the page linked below for an example of this issue. Any help is greatly appreciated.
Resizable Inside Resizable frame border issues
Hi everyone! I would like to report an issue (I think it is one) about jQuery.UI.resizable. If you use a resizable(son) inside a resizable (parent) , If you resize the son to the border of the parent, you cannot resize it anymore. The parent container receive the event and not the child. You can test it here : http://jsfiddle.net/Br5HM/1/ Thanks for reading!
1.8rc1 Effect: drop not working!
The drop effect is not working not even in the demo area! so whats wrong im using jquery 1.4.1 and new ui 1.8rc1! Any solutions?! or someone with the same problem! some thing like this: $( "#"+my_current_div ).effect( "drop", { direction: "down" }, "normal", function() { /* Do something here . . . */ });
Jquery 1.4 with ui 1.8 give wrong value
Hello, I don't think this is in the dev bug list or if I'm doing something wrong but here is the problem : When you move the cursor quickly to far right or far left it seems to show the wrong value ... Is there a way to make sure that the slider gives the correct value while sliding ? Sometimes the value is only wrong by a few decemals but sometimes it can be more. Any ideas ? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"
Next Page