Skip to content

Fix instruction widget resize not being persisted; make default height taller - #2925

Open
jake-low wants to merge 1 commit into
mainfrom
jlow/fix-instruction-widget-height
Open

jake-low wants to merge 1 commit into
mainfrom
jlow/fix-instruction-widget-height

Conversation

@jake-low

Copy link
Copy Markdown
Contributor

Something that's been bugging me for ages is that I can't resize the instruction widget. Or, more specifically, I can edit the layout and make the widget bigger, but loading another task will reset it back to the default size.

I finally figured out why this was happening and fixed it. Turns out we just needed to delete some code. I think this code was intended to remember whether the widget is collapsed between page loads, but that didn't seem to work reliably either and is a dubious feature in my opinion, so I just removed it altogether.

I also made the instructions widget taller by default (which I think will only affect new users? or maybe it will affect everyone who has never edited their layout? unclear).

I'm glad that v4 is doing away with the configurable widgets model for the task completion screen, because it's a headache to maintain. But in the mean time this will fix one of the most grating bugs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant