Overlay Modal not working?

Can I get you to go ahead and file a bug report. You can use the zip file you put on dropbox. Use the Report a link option at the top of the page. When you fill out the form, please reference this forum post. Also you will get a confirmation email. That email has a Case ID in the subject. Please post that back here, then I can ping the engineers to look at it.

The overlay rectangle is there, it’s just shifted down and to the right, like it’s centered on the top left corner at the center of the screen. You can click along the right and bottom edges and see where the clicks stop flowing through.

Once I have the CaseID I can go to Engineering with the problem.  Sooner is better.

Rob

display.setDefault( "anchorX", 0 ) display.setDefault( "anchorY", 0 )

avoid doing this ‘globally’

Good catch @davebollinger.  Still file the bug report. Composer should be hardened against it.

Rob

effects are having the same problem with

display.setDefault( "anchorX", 0 ) display.setDefault( "anchorY", 0 )

 

As Dave pointed out, you probably should avoid setting the anchor’s globally to 0. As far as I know, no one has filed a bug report on this yet.

Rob