flex-users / flexlib

Open Source Flex components library.
github.com/flex-users/flexlib
MIT License
206 stars 88 forks source link

Colors are mixing when move the timeline or/and the zoom #338

Open nicoulaj opened 13 years ago

nicoulaj commented 13 years ago

Originally filed by ogn...@gmail.com on 2010-11-24T10:51:51

What steps will reproduce the problem?

  1. download flexlib-.2.4
  2. No changes to the code.
  3. Run the ScheduleViewer6_Sample

What is the expected output? What do you see instead? I've tried the exemple6 of the ScheduleViewer in flex4. The compilaton is fine, but when i want to move the timeline or/and the zoom colors are mixing and does not refresh correctly.

What version of the product are you using? On what operating system? flexlib-.2.4, Flex 4, Adobe Flex Builder 4, Windows 7

Please provide any additional information below. I have added to the updateDisplayList method in AbstractGradientScheduleEntryRenderer:

graphics.clear();

before

graphics.beginGradientFill(...

and it solves the problem.

nicoulaj commented 13 years ago

Updated by ogn...@gmail.com on 2010-11-24T10:58:23

It is observed with flexlib-.2.5, but is the same for flexlib-.2.4