You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2010/04/03 17:09:52 UTC

DO NOT REPLY [Bug 48916] font.color problem in RichTextRun copied from one SlideShow to another

https://issues.apache.org/bugzilla/show_bug.cgi?id=48916

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Yegor Kozlov <ye...@dinom.ru> 2010-04-03 15:09:50 UTC ---
The problem should be fixed in r930525

The Invalid Color issue was caused by improper caching of decoded ppt records. 
Two objects (TextShape and EscherTextboxWrapper) cached different instances of
the same logical records which resulted in incorrect text colors in the
resulting ppt. 

The NPE was caused by null parent in parent-aware records. Propagation of
parent to parent-aware descendants is automatic, it happens when constructing
SlideShow. Your bug helped to discover a special case which was not covered.

Regards,
Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org