Since twitter_bootstrap is excluding the drupal system.theme.css file, there is no highlighting for the drop-down options of an autocomplete field. I have created a patch which copies the CSS rule which provides this from system.theme.css to twitter_bootstrap.css. This should fix the issue.

Comments

andregriffin’s picture

Status: Needs review » Fixed

Committed. thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

andregriffin’s picture

Project: Twitter's Bootstrap » Bootstrap
windmaomao’s picture

autocomplete throbbing icon is a bit off, we need to use the following code to fix it

html.js input.form-autocomplete {
  background-position: 100% 8px;
  background-repeat: no-repeat;
}
html.js input.throbbing {
  background-position: 100% -13px;
}
wundo’s picture

Status: Closed (fixed) » Fixed

Agreed and committed your fix.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.