openwebwork / webwork2

Course management front end for WeBWorK
http://webwork.maa.org/wiki/Main_Page
Other
141 stars 164 forks source link

iframeResizer together with feedback popover and mqeditor #2373

Closed Alex-Jordan closed 3 months ago

Alex-Jordan commented 3 months ago

The new feedback mechanism is working very well with PTX. I removed all of the code from PTX's pretext-webwork.js that had to do with feedback, and can pretty much just rely on the webwork/pg feedback now. So that is pretty great.

One thing that is not working well yet is that when either a feedback popover or the mathquill menu is opened, the iframeResizer is not responding to this.

Screenshot 2024-03-22 at 2 11 30 PM

iframeResizer is working for other things though, like you can see here when I expanded a solution:

Screenshot 2024-03-22 at 2 11 48 PM

@drgrice1 , does anything occur to you about this? I am wondering if it makes sense for something in the feedback js and mqeditor.js could send iframeResizer a signal to recompute. Or if not, what could be done about this. I don't find posts about iframeResizer failing to respond to popovers.