I’ve created several web dialogs (sheets) that work a few times until I save and open project, then the Sheet has a transparent background and the window is right justified (Safari 9.0.2). Affects 4/8 web dialogs (so far) started with 1.
I thought i might be because I copy/paste because they had similar layouts, but then it happened to a web dialog that I created from scratch.
There’s nothing to convert. There was a bug during the beta cycle which caused WebDialogs to lose their position and size info (transparent = width & height @ 0px in this case), but we restored that functionality before 2015r4 was released.
Reading through your posts, I’m having trouble figuring out if this happens with new dialogs created in 2015r4, projects from earlier versions or both.
I had a project that did the same. I removed the dialog from the page & added it back. Cleared the problem. That dialog was working normally then became broken, but I can’t remember whether I placed it on the page during the Beta cycle or later.
I may have worked out what’s causing the issue. I edited the XML project and added back in the Height and Width for all of the Web Dialogs. When saved and run as XML all works fine (sigh of relief). However, when I saved as TEXT, to use with git, the Height and Width get’s lost and Web Dialogs show up transparent and right aligned again.
So… even though I can get it to work, it doesn’t really help since I need these files to be under version control (blood pressure increases)
The files I use from day to day are TEXT, the Feedback project I sent you is XML. This is why it worked for you at first. I’m thinking if you save as TEXT you’ll see the issue…