Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search bar in vertical tab does not show words that typed into in Nightly #100

Closed
Fanolian opened this issue May 7, 2011 · 4 comments
Closed

Comments

@Fanolian
Copy link

Fanolian commented May 7, 2011

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a1) Gecko/20110506 Firefox/6.0a1 ID:20110506030557
TST Ver.0.11.2011050602 (happen on Ver.0.11.2011050601 also)
Affecting setting: Tab bar position: Leftside / Rightside

When using vertical tab with the search bar dragged onto it, I cannot see what I type in the search bar.
The search bar is functioning as normal, I can type, click, and select different search engines. It is just the display issue.
The problem is not present when Tab bar position is set to Top.

It does not happen on Firefox 4.0.1. Not sure about Aurora.

@piroor
Copy link
Owner

piroor commented May 7, 2011

This commit should fix it.
d8a1a4b

For workaround, you can add this CSS rule to your userChrome.css to solve this problem.

.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"] .textbox-input-box {
    -moz-box-align: stretch;
} 

@Fanolian
Copy link
Author

Fanolian commented May 7, 2011

I have tried adding the CSS rule in userChrome.css or Stylish, but the problem persists.
I tried in a new profile with only TST installed.

@piroor
Copy link
Owner

piroor commented May 8, 2011

Oops, it should be "-moz-box-align: stretch !important" for userChrome.css.

@Fanolian
Copy link
Author

Fanolian commented May 8, 2011

It works now, thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants