Closed
Bug 832887
Opened 12 years ago
Closed 12 years ago
Value Selector isn't shown in Settings app -> Bluetooth
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gyeh, Unassigned)
References
Details
Attachments
(1 file)
82.57 KB,
image/png
|
Details |
Using the latest trunk with the patch in Bug 830299.
STR:
- Enable Bluetooth
- Pair with one device and finish the pairing process
- The device should be shown in the list of paired devices
- Tap the device to get option menu
Expected result:
- Options "Connect"/"Unpair"/"Disconnet" should be shown
Actual result:
- No options until go back the main menu of Settings app and then go to "Bluetooth" subpage again
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Hi all,
This issue would not occur with:
1. Not to include the patch attachment 702231 [details] [diff] [review] in Bug 830299.
2. To workaround the crash issue, Bug 830299: change the following line from: position: fixed;
to position: absolute;
https://github.com/mozilla-b2g/gaia/blob/master/shared/style/action_menu.css#L12
--
This should be a Gecko issue.
Isn't this already covered by the discussion in bug 830299 (including the reference to bug 830192)?
Depends on: 830192
Comment 4•12 years ago
|
||
(In reply to David Baron [:dbaron] from comment #3)
> Isn't this already covered by the discussion in bug 830299 (including the
> reference to bug 830192)?
It appears to be. The fixed positioned element is misplaced.
Comment 5•12 years ago
|
||
Just tested with today's build, this has been fixed for both b2g18 and m-c.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•