Closed Bug 1215698 Opened 9 years ago Closed 9 years ago

Changing system wide font size makes history item titles disappear

Categories

(Firefox for iOS :: Home screen, defect)

Other
iOS
defect
Not set
normal

Tracking

()

VERIFIED FIXED
Tracking Status
fxios 1.2+ ---

People

(Reporter: sleroux, Assigned: sleroux)

References

Details

Attachments

(2 files)

STR:

1. Open History panel with some populated history items
2. Background the app and navigate to Settings -> Accessibility -> Larger Text and increase or decrease the text size
3. Switch back to the app

Expected:

Cell titles still be visible

Actual:

Cell titles become hidden

------

Eventually we'll want to use dynamic type and have the size increase but for now the titles should appear.
Attached image IMG_4713.PNG
I am moving this to 2.0+ because it is an edge case.

The text disappears when you go "Settings -> Accessibility -> Larger Text" and change the size.

But if you switch back and forth between bookmarks and history, history will correctly reload.

This is annoying and I would like to understand why this is happening and correctly deal with it, but I don't think we should block on it now.

We would block on it if we would render that list badly with non-default text size settings. But that is not the case.
We have a 1.2 flag now, so let's put this there until we figure out scope.
Out of curiosity is iPad affected?
:AaronMT - Yup it happens on iPad as well.
Status: NEW → ASSIGNED
Seems like modifying the UITableViewCell's default label fonts doesn't work well with dynamic type. UITableViewCell makes assumptions on how to handle it's labels and what font it should and by us change the font it breaks and causes the labels to disappear. I've replaced the default labels with custom ones but overrode the accessors to allow external consumers to remain unchanged. When we want to add support for dynamic type, we should refactor our cell code to use custom label types and listen for dynamic type size notifications to handle the text updates.
Attachment #8678960 - Flags: ui-review?(randersen)
Attachment #8678960 - Flags: review?(sarentz)
Attachment #8678960 - Flags: ui-review?(randersen) → ui-review+
Merged
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Verifying as fixed on Beta 1.2 (1201)
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: