apache / apache/royale-asjs

SDK 0.9.6 <js:DataGridPercentageView/> bead work only on header DataGrid, not on cells

Open
#519 12 comments 0 reactions 0 assignees View on GitHub
Dominant language
ActionScript
Stars
380
Forks
120
PR merge metrics
No merged PRs in 30d

Description

Hi,

Let't take this code

```
















@namespace js "library://ns.apache.org/royale/basic";

.DataGridColumnList .StringItemRenderer {
border-style: solid;
border-color: #CCCCCC;
border-width: 1px;
background-color: #ffffff;
line-height: 40px;
padding: 2px;
}

.DataGridColumnList .DataItemRenderer {
border-style: solid;
border-color: #CCCCCC;
border-width: 1px;
background-color: #ffffff;
line-height: 40px;
padding: 2px;
}



```

Here is the result

![image](https://user-images.githubusercontent.com/6851433/67050097-0708f180-f138-11e9-8f27-f51d85cd1619.png)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the provided MXML example with DataGridPercentageView and compare its behavior on the header DataGrid and its cells. Trace the DataGridPercentageView entry point and related DataGrid rendering to determine why the bead affects only the header; done means the percentage behavior also applies to the cells.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.