History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-4556
Type: Bug Bug
Status: Verified Verified
Resolution: Fixed
Priority: P1 P1
Assignee: Frisco Del Rosario
Reporter: Frisco Del Rosario
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Rich text: Can't change font back to Verdana

Created: 22/Aug/07 03:06 PM   Updated: 11/Sep/07 07:10 AM
Component/s: LFC - Text
Affects Version/s: 4.0.5WaffleCone
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 6,392
Runtime: N/A
Fix in hand: False


 Description  « Hide
wafflecone/lps/components/incubator/rich-text/test/richtexteditarea-driver.lzx?lzr=swf8&debug=true

Highlight the sample text.
Change the font.
Change it back to Verdana

Expect Verdana

Got no change



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Benjamin Shine - 06/Sep/07 12:14 PM
Indeed, this is present in wafflecone local build as of r6383. Whoopsy.

Benjamin Shine - 06/Sep/07 12:31 PM
This is related to, but not identical to, LPP-4481, which is the same behavior with font size 18.

Benjamin Shine - 06/Sep/07 01:28 PM

Benjamin Shine - 07/Sep/07 10:28 AM
 Change 20070906-ben-Q by ben@slim.local on 2007-09-06 13:20:31 PDT
    in /Users/ben/src/svn/openlaszlo/branches/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Rich text editor: changing font to Verdana should behave properly

New Features:

Bugs Fixed: LPP-4556 Rich text: Can't change font back to Verdana

Technical Reviewer: crowley
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:
The formatfontface combo box needs to act as if it's changed, in order
to make sure that we tell the editor to change the font size. The superclass
(lzcombobox) doesn't seem to be setting it's "changed" instance variable
properly, so for now I'm just forcing changed to true when onselect is called.
The lzcombobox potential bug is filed as LPP-4506.

Release Notes:

Details:
    

Tests:
The test file for this is http://localhost:8080/wafflecone/lps/components/incubator/rich-text/test/richtexteditarea-driver.lzx?lzr=swf8
Make text of size 14, then you select it and try to change it to 18, and it will indeed
change to size 18.
Files Changed
MODIFY /openlaszlo/branches/wafflecone/lps/components/incubator/rich-text/formatfontface.lzx


Benjamin Shine - 10/Sep/07 09:29 PM
Fix was checked in to wafflecone, so I'm marking it as fix-version wafflecone