-
-
Notifications
You must be signed in to change notification settings - Fork 78.8k
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
popover javascript on firefox not breaking line automatically #325
Comments
do you mean not wrapping? to the next line? Could you create a jsfiddle? thanks! |
@lucasmcastro Any update on this? If not we'll close it out as we don't actively support Linux (we should clarify that on our docs I guess). |
Okay, i am @lucasmcastro. I was using his login when i reported this. Sorry for that. I'm not familiar with jsfiddle, but i gave it a try: http://jsfiddle.net/6bZH7/2/ well, i guess that i can see better on this page: http://www.trynimbus.com/download-center.php on firefox it's not wrapping well, not braking the line of the long md5checksum and consequently not being able to show the end of the text. on chrome it's doing perfect. |
Wrapping fine for me in firefox? what version do you have? |
The screenshot here on chrome: http://pho.to/R48Syd |
Oh lol... you're using linux! i forgot... |
this is definitely a linux bug |
sorry to comment on a closed issue. Everything else that I've tried is working well on Linux. Why not try to support this OS too? |
It actually looks like it is breaking the line - but your font is too big (regular letter/number characters wont wrap). You have some options, either make the font the same size as it is in chrome, add invisible characters (to hack in wrapping), or make the size of your popover auto or just larger. Either way, it's not really something for us to fix in bootstrap. If you'd like more help, please ask in the mailing list! Thanks! :) |
if you add the following code:
https://gist.github.com/1248469
you're gonna see that, on chrome it breaks the line automatically, but on firefox 6.0.2 for linux it's not doing the same. Guess the same for windows and mac but i have no such OS to give a try.
result: the information is not shown completely.
The text was updated successfully, but these errors were encountered: