Re: run-time error for function get_partial_list() using IE

 
From: "Frans Gouverne" <fransgnl@PROTECTED>
Date: November 6th 2009

It happens with IE6 and IE7, not with IE8

Yes, removing that comma solves the problem!

Because the code is in a loop (tmpl_loop undotted_fields ), I had to change it as follows:

 parameters: {
  f:                        'previewMessageReceivers',
  alternative_lists:         alternative_lists,
  multi_list_send_no_dupes: multi_list_send_no_dupes



  },

So the comma is put at the start of tmpl_loop and one removed after "multi_list_send_no_dupes"

Now it works in IE6/7/8

Thanks,

Frans

----- Original Message ----- From: "Justin J" justin@PROTECTED To: "Dada Mail Developers Subscriber" fransgnl@PROTECTED Sent: Friday, November 06, 2009 8:10 PM Subject: [dadadev] Re: run-time error for function get_partial_list() using IE

> > >

On Nov 6, 2009, at 1:47 PM, Frans Gouverne wrote:

When running Dada Mail version 4 0 0 beta 4 11/03/09 with f=f=send_email or f=send_url_email using Internet Explorer v7 0 5730 11, I do get the following popup:


A Runtime Error has occurred Do you wish to Debug?

Line: 835

Error: Expected identifier, string or number

Thanks for the report, Frans,

Can anyone else confirm this? I don't have IE8 myself, but all the latest versions of Safari, Firefox and Opera seem to be working, well

Also, are you doing some translating? Some of the paramaters:

                        field_comparison_type_voornaam: $F 

('field_comparison_type_voornaam'), field_value_voornaam:

Have been renamed :) Is this possibly a root of some of your problems?

I wonder if just taking that last comma off - so instead of:

field_comparison_type_achternaam: $F ('field_comparison_type_achternaam'), field_value_achternaam: $F('field_value_achternaam'),

Just have,

field_comparison_type_achternaam: $F ('field_comparison_type_achternaam'), field_value_achternaam: $F('field_value_achternaam')

Would help? I wonder if Javascript is that picky,

-- Justin J

Dada Mail - Write Once: Distribute Everywhere Software url: http://dadamailproject com

The Dada Mail Demo: http://demo dadamailproject com

On Nov 6, 2009, at 1:47 PM, Frans Gouverne wrote:

When running Dada Mail version 4 0 0 beta 4 11/03/09 with f=f=send_email or f=send_url_email using Internet Explorer v7 0 5730 11, I do get the following popup:


A Runtime Error has occurred Do you wish to Debug?

Line: 835

Error: Expected identifier, string or number

Looking at the source code, it is pointing to this part:

                parameters: {
                    f: 

'previewMessageReceivers', alternative_lists: alternative_lists, multi_list_send_no_dupes: multi_list_send_no_dupes,

                        field_comparison_type_email: $F 

('field_comparison_type_email'), field_value_email: $F ('field_value_email'),

                        field_comparison_type_voornaam: $F 

('field_comparison_type_voornaam'), field_value_voornaam: $F ('field_value_voornaam'),

                        field_comparison_type_achternaam: $F 

('field_comparison_type_achternaam'), field_value_achternaam: $F ('field_value_achternaam'),

==> line 835 is here !! },

When I remove function get_partial_list() from file "partial_sending_options_widget tmpl" the error is gone The error is also gone when I remove everything from the inner block of parameters: {}

Also, when I press the button "Preview Whi Is Getting This Message " (Patrial Mailing List Sending) I get the following popup:


A Runtime Error has occurred Do you wish to Debug?

Line: 764

Error: Object expected

which is expected because at line 764 get_partial_list() is called:

 <input type="button" value="Preview Who's Getting This  Message


" 

class="cautionary" onClick="get_partial_list()" />

No problems with FireFox

Post: mailto:dadadev@dadamailproject com

Unsubscribe: http://dadamailproject com/cgi-bin/dada/mail cgi/u/dadadev/

List Information: http://dadamailproject com/cgi-bin/dada/mail cgi/list/dadadev

Archive: http://dadamailproject com/cgi-bin/dada/mail cgi/archive/dadadev

Mailing List Powered by Dada Mail

--

Post: dadadev@PROTECTED

Unsubscribe: http://dadamailproject com/cgi-bin/dada/mail cgi/u/dadadev/

List Information: http://dadamailproject com/cgi-bin/dada/mail cgi/list/dadadev

Archive: http://dadamailproject com/cgi-bin/dada/mail cgi/archive/dadadev

Mailing List Powered by Dada Mail http://dadamailproject com/cgi-bin/dada/mail cgi/what_is_dada_mail/

  • This mailing list is a public mailing list - anyone may join or leave, at any time.
  • This mailing list is a group discussion list (unmoderated)
  • Start a new thread, email: dadadev@dadamailproject.com

This is the developer discussion mailing list for Dada Mail.

If you are just looking for support Dada Mail, consult the message boards at:

https://forum.dadamailproject.com

Documentation for Dada Mail:

https://dadamailproject.com/d

Specifically, see the Error FAQ:

https://dadamailproject.com/d/FAQ-errors.pod.html

To post to this list, send a message to:

mailto:dadadev@dadamailproject.com

All subscribers of this list may post to the list itself.

Topics that are welcome:

  • Constructive critiques on the program (I like, "x", but, "y" needs some work - here's an idea on how to make this better...)
  • Bug/Error reports
  • Bug fixes
  • Request For Comments on any changes to the program
  • Help customizing Dada Mail for your own needs
  • Patches
  • Language Translations
  • Support Documentation/Doc editing, FAQ's, etc.
  • Discussion of any changes that you would like to be committed to the next version of Dada Mail -

Dada Mail is on Github:

https://github.com/justingit/dada-mail/

If you would like to fork, branch, send over PRs, open up issues, etc.

Privacy Policy:

This Privacy Policy is for this mailing list, and this mailing list only.

Email addresses collection through this mailing list are used explicitly to work within this email discussion list.

We only collect email addresses through our Closed-Loop Opt-In system.

We don't use your email address for any other purpose.

We won't be sharing your email address with any other entity.

Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.

All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.

All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.