CARVIEW |
jquery / jquery-ui
- Source
- Commits
- Network (179)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Comments for jquery-ui


Yeah, makes sense. We should apply the same logic elsewhere, eg. I'm pretty sure tooltip needs an update.

I haven't looked over the menu branch yet. I've got a note about merging this change into the menu branch, but I'm not sure when we want to pull menu into master.

I wanted it to be as flexible as possible. If the user really wants to specify a different element to position against, they can, but they'd have to intentionally do it. This probably allows for some crazy kind of complex autocomplete UI that somebody will think of one day :-P

Are the other changes from the menu branch that need to be applied to autocomplete?

Shouldn't the arguments to $.extend be switched? Or do we want to allow the user to specify the of-property?

That's what I get for not reading the rest of the file. Never mind, and thanks for the awesome quick fix! :-D

The combobox demo uses HTML to show highlighting, so we can't use .text().

Perhaps we should use text() as below so people don't copy this and end up in trouble when the label is "<script>doMaliciousStuff()</script>"?

@bostanio: Send requests about QUnit to https://github.com/jquery/qunit

I have a fix for this test framework that will fix this failing test. I'll put it up and send the pull request soon.

Why an alert? $("<div/>").text(bla).appendTo("body") is your friend.

I don't see the point of defining each possible corner combination if they're all the same. Lines 239-243 are completely redundant. I don't care enough to get involved with this project, but you can change line 235 to start with ".ui-corner-tl, .ui-corner-top, .ui-corner-left, .ui-corner-all{"... and the next 3 lines similarly. This change alone will only free a little less than 1kB from redundancy, but the mentality shift might be appreciated, given that jQuery UI publishes a minified version.

Looks great: https://view.jqueryui.com/master/tests/visual/button/button.html

Hi Jörn,
As I understand this panel (i.e. new accordion) has almost no relation to panel (content grouping) widget which concept is described at pbworks, and that's a confusing thing to know. You see, I think that essentially accordion could be composed out of panels (as in ist-ui-panel with 'accordion' option), but not vice versa. What's your opinion?
And another thing: is there any sense from the point of accessability to hide accordion icons? If all accordion panels are collapsed how one should know that this control accepts clicks and could be opened?

Any chance we can get 1.8.2 released to include this soon?

Excellent work guys, this bug had me for a while!

I fixed it on my fork, and sent a pull request.

.apply(self should be .apply(this, as mentioned here: https://forum.jquery.com/topic/sortable-21-4-2010

Viewable on https://view.jqueryui.com/master/tests/visual/theme.html
Of to a good start. We need to inline the dialog. And various variations of all widgets: Accordion without icons, vertical slider, various additional datepicker controls...