Closed Bug 724744 Opened 13 years ago Closed 13 years ago

Set position to a useful sentinel value when creating a bookmark

Categories

(Firefox for Android Graveyard :: General, defect)

11 Branch
ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: rnewman, Assigned: rnewman)

References

Details

Right now it's set to 0, which really hampers Sync.
This might be invalid; I filed it because I keep seeing children with position 0, but, plain as day: if (!values.containsKey(Bookmarks.POSITION)) { Log.d(LOGTAG, "Inserting bookmark with no position for URI"); values.put(Bookmarks.POSITION, Long.toString(Long.MIN_VALUE)); }
Wow, two invalid reports in one night. I must need sleep or something.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.