Opened 8 years ago
Closed 8 years ago
#4850 closed defect (fixed)
wide screen age picker can hang shell startup
Reported by: | quozl | Owned by: | walter |
---|---|---|---|
Priority: | Normal | Milestone: | Unspecified |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Minor | Keywords: | |
Cc: | Distribution/OS: | Ubuntu | |
Bug Status: | New |
Description
When the screen is not very wide, the age picker shows a default already selected, and pressing enter works fine.
When the screen is wide, (1366x768 pixels), the age picker shows no default, and pressing enter clears the screen and the shell does not start.
shell.log shows a traceback relating to the age picker.
Workaround is to restart lightdm and pick an age properly.
Change History (5)
comment:1 Changed 8 years ago by quozl
comment:2 Changed 8 years ago by walter
- Owner changed from godiard to walter
- Status changed from new to assigned
comment:3 Changed 8 years ago by walter
Not sure how age could ever be None, but:
https://github.com/sugarlabs/sugar/commit/2a370a7f6ca82fac24b8ea9858fed9d3fb174b02 is a possible remedy.
comment:4 Changed 8 years ago by godiard
Proposed a different solution https://github.com/sugarlabs/sugar/pull/507
comment:5 Changed 8 years ago by Gonzalo Odiard
- Resolution set to fixed
- Status changed from assigned to closed
Age picker: check if is in a valid state - Fixes #4850
When the user press Return, we need check if the page is in a valid state
before checking if is the last page.
Changeset: eb0615b365b944b32efa8996f95a6989fcc66cd9