My script broke the visual editor

Post all technical issues and questions here. We'll gladly help you wherever we can.
Post Reply
User avatar
camel
Explorer At Heart
Explorer At Heart
Posts: 331
Joined: Fri Sep 29, 2006 4:40 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

My script broke the visual editor

Post by camel »

I tried something that didn't work. specifically:

start#page(
'<TEXTFORMAT LEADING="2"><P ALIGN="CENTER"><FONT FACE="FontSans" SIZE="18" COLOR="#FFFFFF" LETTERSPACING="0" KERNING="0">This is a test</FONT></P></TEXTFORMAT>',
pic("1.jpg"),
vert(delay(3sec),buttons(start#, "Button1", start#, "Button2", start#, "Button3"),delay(3sec, page2#,style:secret))
);

The goal was to delay for three seconds and then show the buttons and stuff. Obviously that wasn't right.

But my bug report is: When changing to the "Visual" tab, I think the "Page could not be parsed" message should be white, probably within a gray-bordered rectangle in the middle of the screen, rather than grayed out along with everything else, and superimposed on the rest of the text.

Small issue, but I thought I'd report it so you could add it to the list. It's not important but I'm guessing it's probably really easy to fix.


If I get too annoying, just send me a private message and I'll STFU. :-)
seraph0x
Administrator
Administrator
Posts: 2666
Joined: Sun Jul 23, 2006 8:58 am

Re: My script broke the visual editor

Post by seraph0x »

camel wrote:But my bug report is: When changing to the "Visual" tab, I think the "Page could not be parsed" message should be white, probably within a gray-bordered rectangle in the middle of the screen, rather than grayed out along with everything else, and superimposed on the rest of the text.

Small issue, but I thought I'd report it so you could add it to the list. It's not important but I'm guessing it's probably really easy to fix.
Not so easy to fix unfortunately, but yes, it should definitely go on the todo list. Thanks.

camel wrote:If I get too annoying, just send me a private message and I'll STFU. :-)
Too annoying wtf? Some people pay a lot of money for good feedback. If I get it for free, I'm not about to complain! :smile:
Post Reply