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

Text area resizing issue in Firefox 5 on Linux #7

Closed
vickychijwani opened this issue Aug 19, 2011 · 3 comments
Closed

Text area resizing issue in Firefox 5 on Linux #7

vickychijwani opened this issue Aug 19, 2011 · 3 comments

Comments

@vickychijwani
Copy link

If I resize any of the 2 top text areas (the ones with class "copy-code") and release the mouse, the resizing doesn't stop, so whenever the pointer nears that resize handle again, the text area resizes again.

@fat
Copy link
Member

fat commented Aug 20, 2011

hmm... that sounds like a linux/firefox bug... can you resize the comment textareas in github alright?

@necolas
Copy link
Contributor

necolas commented Aug 20, 2011

I can reproduce this in Firefox 5 on OS X. It's caused by this bit of JavaScript in application.js

  $(".copy-code").mouseup(function(e) {
    e.preventDefault();
  });

fat added a commit that referenced this issue Aug 20, 2011
@fat
Copy link
Member

fat commented Aug 20, 2011

Awesome -- thanks for the tip @necolas

@fat fat closed this as completed Aug 20, 2011
smt referenced this issue in smt/sass-twitter-bootstrap Aug 24, 2012
mdo added a commit that referenced this issue Aug 15, 2013
@ghost ghost mentioned this issue Nov 4, 2013
muhammadrizuan pushed a commit to muhammadrizuan/bootstrap that referenced this issue Apr 8, 2014
…-files

Ports over the build types to buttons [master]. Including from _buttons ...
glebm added a commit that referenced this issue May 29, 2015
Specify ruby dev deps in Gemfile
brettle pushed a commit to brettle/bootstrap that referenced this issue Aug 18, 2015
Prevent FOUC issues by adding unresolved Polymer pseudo class to body.
shambel21 pushed a commit to shambel21/bootstrap that referenced this issue Apr 20, 2016
layflags pushed a commit to shore-gmbh/bootstrap that referenced this issue Jul 19, 2017
… to shore-bootstrap3

* commit '8447c08ce7f67cafd84c514f106d147352623c80':
  generate concatenated version of bootstrap + theme during build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants