Closed
Bug 919516
Opened 11 years ago
Closed 11 years ago
[Tablet] The previous bookmark in the list is opened when opening bookmarks from the Bookmarks list
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(firefox26 verified, firefox27 verified, fennec26+)
VERIFIED
FIXED
Firefox 27
People
(Reporter: AdrianT, Assigned: lucasr)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
mfinkle
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Nightly 27.0a1 2013-09-23
Asus Transformer TF101
Steps to reproduce:
1) Open the Bookmark tab
2) Tap on the first bookmark
3) Tap on the 2nd bookmark
Expected results:
The correct bookmark is opened every time
Actual results:
At step 2 nothing happens
At step 3 the 1st bookmark is opened
When opening a bookmark the previous bookmark in the list is opened
Reporter | ||
Comment 1•11 years ago
|
||
Long tap seems to work correctly
Updated•11 years ago
|
tracking-fennec: --- → ?
Updated•11 years ago
|
tracking-fennec: ? → 26+
Comment 2•11 years ago
|
||
This has to do with the header views. But already have checks for those. :(
Assignee | ||
Comment 3•11 years ago
|
||
Sriram, could you have a look at this bug?
Assignee: nobody → sriram
Assignee | ||
Comment 5•11 years ago
|
||
Took this bug as it's kinda or urgent (it blocks 2 other tracking bugs for Fx26).
It seems the 'position' argument for onItemClick() already accounts for the header views for us. Reading list has the same top divider and doesn't account for header view in its onItemClick handler either.
To be honest, this is a bit surprising given that we do have to account for header views in the TopSitesPage's onItemClick handler.
Attachment #813044 -
Flags: review?(sriram)
Assignee | ||
Updated•11 years ago
|
Assignee: sriram → lucasr.at.mozilla
Comment 6•11 years ago
|
||
Comment on attachment 813044 [details] [diff] [review]
No need to account for header views in Bookmarks page
Review of attachment 813044 [details] [diff] [review]:
-----------------------------------------------------------------
This is strange. If it works, I'm fine with this patch.
Assignee | ||
Comment 7•11 years ago
|
||
(In reply to Sriram Ramasubramanian [:sriram] from comment #6)
> Comment on attachment 813044 [details] [diff] [review]
> No need to account for header views in Bookmarks page
>
> Review of attachment 813044 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> This is strange. If it works, I'm fine with this patch.
Yeah, it works fine.
Comment 8•11 years ago
|
||
Comment on attachment 813044 [details] [diff] [review]
No need to account for header views in Bookmarks page
Any ideas for how to test for this kind of issue?
Attachment #813044 -
Flags: review?(sriram) → review+
Reporter | ||
Comment 9•11 years ago
|
||
(In reply to Mark Finkle (:mfinkle) from comment #8)
> Comment on attachment 813044 [details] [diff] [review]
> No need to account for header views in Bookmarks page
>
> Any ideas for how to test for this kind of issue?
This is covered in testBookmark and testBookmarksTab Robocop tests. Unfortunately I didn't manage to re-write and re-enable the tests yet with all the changes to about:home. I'll test the patch for testBookmark tomorrow and will start the re-write of the patch in testBookmarksTab to account for the changes done in the new-new-about-home test
Assignee | ||
Comment 10•11 years ago
|
||
Comment 11•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 27
Comment 12•11 years ago
|
||
Lucas, this is needed on Aurora
Assignee | ||
Comment 13•11 years ago
|
||
Comment on attachment 813044 [details] [diff] [review]
No need to account for header views in Bookmarks page
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 862793 (new about:home)
User impact if declined: Wrong URL is loaded when tapping on bookmarks (on tablets)
Testing completed (on m-c, etc.): In m-c for a week or so, no issues.
Risk to taking this patch (and alternatives if risky): Low risk, just removing some unnecessary code that was causing problem.
String or IDL/UUID changes made by this patch: n/a
Attachment #813044 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(lucasr.at.mozilla)
Comment 14•11 years ago
|
||
This is the cause of the permaorange rc1 on Android 4.0 on Aurora, so that should clear up once this gets approval and gets landed.
Updated•11 years ago
|
Attachment #813044 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 15•11 years ago
|
||
status-firefox26:
--- → fixed
Comment 16•11 years ago
|
||
Verified as fixed on Firefox 26 Beta 6, on Samsung Galaxy Tab(Android 4.0.4)
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•