Bug 285652 - Failed to show Measure Chart Value Axis and report keep processing without finishing
Summary: Failed to show Measure Chart Value Axis and report keep processing without fi...
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Dazheng Gao CLA
QA Contact: Tianli Zhang CLA
URL:
Whiteboard: Non-Auto
Keywords: plan
Depends on:
Blocks:
 
Reported: 2009-08-04 22:26 EDT by Tianli Zhang CLA
Modified: 2010-09-25 04:26 EDT (History)
4 users (show)

See Also:


Attachments
report design (72.77 KB, application/octet-stream)
2009-08-04 22:26 EDT, Tianli Zhang CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tianli Zhang CLA 2009-08-04 22:26:56 EDT
Created attachment 143464 [details]
report design

Description:
Failed to show Measure Chart Value Axis and report keep processing without finishing

Build number: 
2.5.1.v20090805-0630

Steps to reproduce:
1, New a crosstab which has two dimension in row area and column are has no dimension
2, Show measure as chart
3, Drag one dimension from row area to column area
4, Check the Value Axis of measure chart
5, Preview the report

Expected result:
The Value Axis show correctly rather than an aggregation cell

Actual result:
Aggregation cell show instead of Value Axis after step3, and when previewing the report, it kept processing.

Error log:
Comment 1 Yulin Wang CLA 2009-08-05 03:07:17 EDT
The dimension dragging operation doesn't notify Chart by invoking updateView like methods.
Only these methods are called, Chart can customize the logic to ensure correct behavior.
Reassign to Designer team to enhance XTab notify logic.
After enhancement fixed, then reassign to Chart back.
Comment 2 Zhiqiang Qian CLA 2009-08-19 05:19:09 EDT
Move this to next major release. It requires massive code change over current implementation.