Closed
Bug 1120010
Opened 10 years ago
Closed 9 years ago
<select> doesn't behave correctly in bootstrap modal
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: nikolas, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20141229214612
Steps to reproduce:
I put a form containing a <select> element in a bootstrap form. Example is here:
http://jsfiddle.net/kmrjmgLm/2/
I try to select the 'B' option.
Actual results:
'A' gets selected.
Expected results:
'B' should have gotten selected.
Reporter | ||
Updated•10 years ago
|
OS: Mac OS X → Linux
Hardware: x86 → x86_64
Reporter | ||
Comment 1•10 years ago
|
||
This occurs in Ubuntu 14.10.
Reporter | ||
Updated•10 years ago
|
Product: Core → Firefox
Reporter | ||
Comment 2•10 years ago
|
||
Also I'd like to clarify that this only occurs in a form that's in a bootstrap modal window. I'm using the latest version of Bootstrap (version 3.3.1). The bootstrap ticket for this issue is here: https://github.com/twbs/bootstrap/issues/15532
Reporter | ||
Updated•10 years ago
|
Version: 34 Branch → 35 Branch
Comment 3•9 years ago
|
||
Does this still repro in more recent versions, e.g. Firefox 42 ?
Comment 5•9 years ago
|
||
The alleged bug is Linux-specific.
Comment 6•9 years ago
|
||
User Agent Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID 20160111030207
Works for me on Firefox 42, Firefox 43, Nightly 46 on Ubuntu 15.04.
@Reporter, is this issue still reproducing on your side using the latest Firefox versions?
Have you tried in Safe mode (https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode), or with a new profile (https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles)?
Flags: needinfo?(nikolas)
Reporter | ||
Comment 7•9 years ago
|
||
(In reply to Liviu Cirdei from comment #6)
> User Agent Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101
> Firefox/46.0
> Build ID 20160111030207
>
> Works for me on Firefox 42, Firefox 43, Nightly 46 on Ubuntu 15.04.
>
> @Reporter, is this issue still reproducing on your side using the latest
> Firefox versions?
> Have you tried in Safe mode
> (https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-
> mode), or with a new profile
> (https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-
> firefox-profiles)?
The issue in that example jsfiddle seems fixed for me now, using Firefox 43.0.4 on Ubuntu 15.10.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(nikolas)
Resolution: --- → WORKSFORME
Comment 8•7 years ago
|
||
Moving from Core::Untriaged to Core::General https://bugzilla.mozilla.org/show_bug.cgi?id=1407598
Component: Untriaged → General
You need to log in
before you can comment on or make changes to this bug.
Description
•