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

Some mac os didn't show "Add Host" button well on the script editor. #41

Closed
newpcraft opened this issue Mar 25, 2014 · 5 comments
Closed
Labels

Comments

@newpcraft
Copy link
Contributor

This issue might be happened on mac osx snow leopard regardless of web browsers.
When I test it on 10.7, 10.8, 10.9, it just reproduced on 10.7(maybe snow leopard).

Let's refer the following issue:
http://ngrinder.642.n7.nabble.com/Host-Add-td1409.html

@newpcraft
Copy link
Contributor Author

This issue might be related on overflow attribute of css.
Because listing area uses "overflow-y:scroll", "add" button maybe hidden.
So, I try to locate "Add" button on top of that listing area and make a absolute layout for it.
We need to test it on every version of mac osx and windows machine and every web-browser after resolve this issue.

newpcraft added a commit that referenced this issue Mar 25, 2014
- Fixed overflow-y attribute's side effect on snow leopard (maybe
webkit issue)
@newpcraft
Copy link
Contributor Author

It maybe webkit problem on 10.7 mac osx.

@newpcraft
Copy link
Contributor Author

This should be tested on chrome, safari, firefox on mac 10.7/10.8/10.9 and also ie/chrome/safari/firefox on windows.

@newpcraft
Copy link
Contributor Author

Still not completely resolved. There can't be response when click the add host button on the test configuration page.

newpcraft added a commit that referenced this issue Apr 3, 2014
@newpcraft
Copy link
Contributor Author

Fixed on the test configuration page also.

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

No branches or pull requests

2 participants