English 中文(简体)
Google TV Chrome Browser does not render JQuery-UI .buttonset() radio buttons correctly
原标题:

I use the latest version of Jquery-UI -- and not the one designed specifically for Google TV (as the google TV version is essentially completely different product).

For the most part, all the jquery and jquery-UI is compatible with the google TV chrome browser, with the exception of the radio buttons which have a .buttonset() call to style them.

While it does show the stylized radios (rounded corners, toggle button style, gradient background, etc), it turns out that the actual HTML radio (the physical dot box) is floating into the left margin of the page, aligned on the X access with the stylized version of the button. Clicking the actual radio button does in fact register it as being clicked, as does clicking the stylized version (which I m guessing is just a load of CSS being applied to the corresponding tag).

Now, like I said, everything works the way it s supposed to, but it s ugly and perhaps confusing to have a random floating radio button far outside the form. Are there any work arounds or CSS hacks to fix this? Unfortunately, I do not have the ability to create a specific view logic for google TVs to optimize it for google TV -- mostly because of time and the site doesnt have an MVC architecture, so having multiple views is not terribly easy thing to pull off.

Any ideas, ladies and gentlemen?

最佳回答

I ve asked someone to look at it, and was asked for your URL. If you could post one, it would be helpful to getting you an answer.

问题回答

暂无回答




相关问题
Jquery UI button on items added after page load

i have the jquery ui button widget working w/ the following code. $(.remove_img).button({ icons: { primary: ui-icon-cancel } }); but if there isn t an image in place, on upload, i am ...

How to show disabled state for a jqueryui button?

I am using Jquery UI buttons (http://jqueryui.com/demos/button/). I would like to know how I can show a disabled state. Show the button as greyed out or something, you know how when you post a form on ...

Changing jQuery UI Button size?

I ve been using the jQuery UI button all over my page, however I haven t found a way around what seems to be a simple problem. I want some of my buttons to be smaller than the other, this should be as ...

jquery-ui button disable behavior is not right

I disable my jqueryui button in its click event like this $( #btn ).button().click(function(){ $(this).button( disable ); }); and it seems that the button always stays in hover state when I ...

Can I set a Custom Icon for a jQueryUI Button

Is it possible to create a jQueryUI Button with a custom icon, ie: an icon that is not part of the sprite icons that are provided with jQueryUI??? I am using the ButtonSet functionality for a group ...

Jquery UI button gets disabled on refresh

I asked about this on the jquery forum a few weeks ago without luck, so I will try again here :) I ve made a simple widget for a project I m working on, but I have encountered an odd problem. It is ...

热门标签