taskGnash - The GNU Flash player - Tasks: task #7006, Support markup in textfield

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #7006: Support markup in textfield

Submitter:  Sandro Santilli <strk>
Submitted:  Wed 13 Jun 2007 05:27:27 PM UTC
   
 
Should Start On:  Tue 12 Jun 2007 10:00:00 PM UTC Should be Finished on:  Tue 12 Jun 2007 10:00:00 PM UTC
Category:  None Priority:  1 - Later
Status:  In Progress Privacy:  Public
Assigned to:  None Percent Complete:  40%
Open/Closed:  Open Effort:  0.00

Tue 26 Jan 2010 04:08:14 PM UTC, comment #3: 

Well, it's implemented but not very compatibly.

Currently Gnash stores html text and text as separate strings.

To complete the task we need to:

1. store formatting information in text records permanently, which means:
2. stop clearing and rebuilding textrecords at the drop of a hat,
3. properly test html parsing and implement accordingly (there are some tests already in actionscript.all/TextFieldHTML.as, but none pass),
4. reconstruct HTML text on demand using the stored formatting information rather than storing the original htmltext.

The first task is the hardest, as it involves being able to split, add entries to, and change formatting of TextRecords. There should be one TextRecord per style and per line.

Benjamin Wolsey <bwy>
Group Member
Fri 04 Jan 2008 09:18:09 PM UTC, comment #2: 

It's also been suggested we embedd Geeko into Gnash,so we can render fulll HTML in TextFields. :-)

Rob Savoye <rsavoye>
Group administrator
Tue 03 Jul 2007 06:12:31 AM UTC, comment #1: 

I just stripped off HTML tags when found. Seems effective, but of course isn't what we really wanted to do :)

Sandro Santilli <strk>
Group Member
Wed 13 Jun 2007 05:27:27 PM UTC, original submission:  
Sandro Santilli <strk>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bwy (Posted a comment)
  • -email is unavailable- added by rsavoye (Posted a comment)
  • -email is unavailable- added by strk (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-01-26 bwy StatusReady For Test In Progress
        Percent Complete10% 40%
    2007-07-03 strk StatusNone Ready For Test
        Percent Complete0% 10%

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code