Using jQuery UI 1.8.10 themes with Yii 1.1.6

You are viewing revision #2 of this wiki article.
This is the latest version of this article.
You may want to see the changes made in this revision.

« previous (#1)

When using the latest stable jQuery UI themes (1.8.10) with Yii 1.1.6 (which uses 1.8.6) the widgets don't appear (they're invisible but they're there). In order to make them visible you need to change the following line:

[css]
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }

to:

[css]
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }

The widgets won't look perfect (for which you need to play around some more) but they'll at least be visible.

I hope this saves someone's time.

2 0
2 followers
Viewed: 23 299 times
Version: Unknown (update)
Category: Tips
Written by: a110y
Last updated by: samdark
Created on: Feb 24, 2011
Last updated: 13 years ago
Update Article

Revisions

View all history

Related Articles