CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • PayPal Pro billing-payment-block not rendering in IE8 + IE9 for 4.2.12-d6
Pages: [1]

Author Topic: PayPal Pro billing-payment-block not rendering in IE8 + IE9 for 4.2.12-d6  (Read 495 times)

KarinG

  • I post frequently
  • ***
  • Posts: 134
  • Karma: 9
  • CiviCRM version: 4+
  • CMS version: Drupal 6 / 7
  • MySQL version: MariaDB
  • PHP version: 5.3/5.4/5.5
PayPal Pro billing-payment-block not rendering in IE8 + IE9 for 4.2.12-d6
October 29, 2013, 02:08:32 pm
It was throwing JS warnings. The entire PayPal Pro billing payment block is missing.

Traced it to:
ajaxURL: 'civicrm/ajax/rest',
in
civicrm/js/rest.js

I read one js post that suggested IE has a weird interpretation of such kommas, and that in such calls it should be removed.

So:

273c273
<       ajaxURL: 'civicrm/ajax/rest',
---
>       ajaxURL: 'civicrm/ajax/rest'

And all is well in 4.2.12-d6 - confirmed the PayPal Pro billing payment block is now rendering in at least both IE8 and IE9 for 4.2.12-d6

4.3.7:
ajaxURL: 'civicrm/ajax/rest'
Already fixed in core

4.2.12:
ajaxURL: 'civicrm/ajax/rest',
I think that komma needs to go as well.

-- Karin


Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: PayPal Pro billing-payment-block not rendering in IE8 + IE9 for 4.2.12-d6
October 29, 2013, 03:06:40 pm
Don't suppose you are placed to do a PR for that against https://github.com/CiviCRM42/civicrm42-core ?
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

KarinG

  • I post frequently
  • ***
  • Posts: 134
  • Karma: 9
  • CiviCRM version: 4+
  • CMS version: Drupal 6 / 7
  • MySQL version: MariaDB
  • PHP version: 5.3/5.4/5.5
Re: PayPal Pro billing-payment-block not rendering in IE8 + IE9 for 4.2.12-d6
October 29, 2013, 06:06:04 pm
Did I get it right:
https://github.com/CiviCRM42/civicrm42-core/pulls

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: PayPal Pro billing-payment-block not rendering in IE8 + IE9 for 4.2.12-d6
October 29, 2013, 06:07:24 pm
Looks perfect
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • PayPal Pro billing-payment-block not rendering in IE8 + IE9 for 4.2.12-d6

This forum was archived on 2017-11-26.