Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0011181
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2009-10-29 17:462010-03-10 18:28
ReportershuehnerView Statuspublic 
Assigned Todbaz 
PriorityhighResolutionunable to reproduceFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0011181: Javascript error with alerts and open popup

DescriptionThe system check once per minute if there are new alerts to display.
If any openbravo popup is open when the reply for one of these checks comes to the browser a javascript error happens in the popup.

Perhaps the real alert count is not updated, so this new alert is not shown to the user.

Steps To ReproduceEnable firebug (or another tool to spot javascript errors)
Login
Open a popup: Example
Go to General Setup -> Module Management Consoe
Go to the 'Add Modules' tab
Click on 'Browse Filesystem'
A popup is opened
wait 2min (as check Alert requests are sent every one minute by default)
See javascript error in Firebug Console
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0021475)
shuehner (administrator)
2009-10-29 17:47

Likely the problem is that the ajax handler parsing the reply does just use:

document.getElementById("alertCount") is null

which when evaluated in the context of a popup does not point to the alertCount element of the main menu (but instead to a non-existant alertCount element in the popup itself)
(0024965)
dbaz (developer)
2010-03-02 20:17

Unable to reproduce neither by the reporter nor by me

- Issue History
Date Modified Username Field Change
2009-10-29 17:46 shuehner New Issue
2009-10-29 17:46 shuehner Assigned To => rafaroda
2009-10-29 17:47 shuehner Note Added: 0021475
2009-10-30 05:42 rafaroda Assigned To rafaroda => dbaz
2009-10-30 05:42 rafaroda Priority normal => high
2009-10-30 05:42 rafaroda Status new => scheduled
2010-03-02 20:17 dbaz Note Added: 0024965
2010-03-02 20:17 dbaz Status scheduled => closed
2010-03-02 20:17 dbaz Resolution open => unable to reproduce
2010-03-10 17:20 anonymous sf_bug_id 0 =>
2010-03-10 18:28 anonymous sf_bug_id => 2967939


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker