Screen's don't seem to reapply styles when in a modal window in live reload mode
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 305
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Create a PM::Screen and open it with open_modal(MyScreen.new(nav_bar: true)). Enter live mode and change the screen's stylesheet. Notice the screen isn't updated.
Close the modal and reopen it and the styles are now reapplied.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with a PM::Screen opened through open_modal(MyScreen.new(nav_bar: true)), then enter live mode and change the screen's stylesheet. Trace the modal screen's style application during live reload; done means the styles update while the modal remains open, without closing and reopening it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ruby
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100