Search found 6 matches

by runawaymacros
Mon Feb 11, 2019 5:23 pm
Forum: iMacros for Chrome
Topic: Using EVENT mode for tinyMCE
Replies: 6
Views: 7410

Re: URL GOTO=javascript:... not work after Chrome update to 71 version.

Ha. Just tried again in Chrome and NOW it's actually recording something. Isn't it the way! (And yes, nothing changed, I didn't even close the browser window, weird!)
by runawaymacros
Mon Feb 11, 2019 5:13 pm
Forum: iMacros for Chrome
Topic: Using EVENT mode for tinyMCE
Replies: 6
Views: 7410

Re: URL GOTO=javascript:... not work after Chrome update to 71 version.

That was one of the first steps I tried. It recorded almost nothing, just the version and then the URL I went to. I tried clicking on different sections and entering text but nothing added anything to the script. I'll try again but I was chalking this up to Chrome 71 and iMacros not working well. I ...
by runawaymacros
Mon Feb 11, 2019 4:29 pm
Forum: iMacros for Chrome
Topic: Using EVENT mode for tinyMCE
Replies: 6
Views: 7410

Re: URL GOTO=javascript:... not work after Chrome update to 71 version.

No worries, my script wouldn't really work because it's behind a logged in site and the only part that I am challenged by is the tinyMCE part (I don't expect you want to create an Eventbrite account just to start testing this). I'll scroll through your post history and see if I can piece things toge...
by runawaymacros
Sun Feb 10, 2019 3:09 am
Forum: iMacros for Chrome
Topic: Using EVENT mode for tinyMCE
Replies: 6
Views: 7410

Re: URL GOTO=javascript:... not work after Chrome update to 71 version.

Thanks for the update on the fix. Yeah, I tried recording a Macro with Chrome 71 and got nothing. One question I have. How would the script look like with the EVENT tag? I had a really tough time getting tinyMCE to work with iMacros so I was pretty disappointed and I had to comb through this forum t...
by runawaymacros
Fri Feb 08, 2019 3:54 pm
Forum: iMacros for Chrome
Topic: URL GOTO=javascript:... not work after Chrome update to 71 version.
Replies: 18
Views: 23031

Re: URL GOTO=javascript:... not work after Chrome update to 71 version.

Is there any work around for this? I rely on this code to create a whole bunch of events but if it's not working then I am really out of luck. Here's my code: URL GOTO=javascript:void(tinyMCE.activeEditor.setContent('content')); FCIM: ChromeVersion 72.0.3626.81 (Official Build) (64-bit) Windows 10 i...
by runawaymacros
Wed Feb 07, 2018 3:57 am
Forum: General Support & Discussions
Topic: Creating multiple Eventbrite events using a CSV
Replies: 0
Views: 14374

Creating multiple Eventbrite events using a CSV

Hi all, I'm trying to create multiple Eventbrite events using a CSV file of my locations, dates and ticket types. Everything is working quite well except for the date. The tag id changes each time you're creating a new event, so I thought I would try using a direct click instead. The direct click wo...