[Mono-bugs] [Bug 449793] Font info not serialized in the viewstate

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Dec 1 07:35:27 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=449793

User mhabersack at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=449793#c2


Marek Habersack <mhabersack at novell.com> changed:

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




--- Comment #2 from Marek Habersack <mhabersack at novell.com>  2008-12-01 05:35:27 MST ---
The Font property is not stored in the view state. Instead, the FontInfo class
tracks the font properties by setting appropriate bits on the owning Style
(using SetBit and CheckBit). The problem in this case was that the font
information was accessed directly via a field instead of via the property.
This bug has been fixed in svn trunk, revision 120345 and in the 2.2 branch,
revision 120346


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list