← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 879797] [NEW] Incorrect reference to 'parentElement' causes blank screen

 

Public bug reported:

Hi,

http://bazaar.launchpad.net/~openerp/openerp-web/trunk/revision/1311
introduces line #1045 with a reference to"this.node.parentElement" in
it.

This causes a blank screen when loading the application in the browse.
The error console logs "this.node.parentElement is undefined".

Most likely, this can be fixed by replacing the reference by
"this.node.parentNode".

Cheers,
Stefan.

** Affects: openerp-web
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/879797

Title:
  Incorrect reference to 'parentElement' causes blank screen

Status in OpenERP Web:
  New

Bug description:
  Hi,

  http://bazaar.launchpad.net/~openerp/openerp-web/trunk/revision/1311
  introduces line #1045 with a reference to"this.node.parentElement" in
  it.

  This causes a blank screen when loading the application in the browse.
  The error console logs "this.node.parentElement is undefined".

  Most likely, this can be fixed by replacing the reference by
  "this.node.parentNode".

  Cheers,
  Stefan.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/879797/+subscriptions


Follow ups

References