uhura
uhura

Reputation: 2683

Input radio buttonset safari bug?

Here is link: jsfiddle

I use jquery 1.8 and jquery ui 1.8.23

When I try to zoom it in Safari, input round button appears in the result panels corner. How can I hide it?

Thank you.

Upvotes: 0

Views: 313

Answers (1)

The Alpha
The Alpha

Reputation: 146201

I think you can add this style (not sure if this is perfect but you may give it a try)

.ui-helper-hidden-accessible{
    display:none;
}​

But make sure it's submitting properly, I've tested it in safari.

DEMO.

Upvotes: 1

Related Questions