Opened 13 years ago

Last modified 12 years ago

#7810 confirmed New Feature

[stylesheetparser] Newly inputted styles don't load

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6
Keywords: Cc:

Description

  1. Open stylesheetparser demo page;
  2. Load the following source by input (but not from file)
    <style>
    	p.red
    	{
    		color:red;
    	}
    </style>
    <p class="red">some red text</p>
    
  3. Check Styles combo;
  • Actual Result: The style doesn't show up.

Change History (6)

comment:1 Changed 13 years ago by Garry Yao

Please leave this to alfonsoml to confirm if it's really a bug or just by design.

comment:2 Changed 13 years ago by Alfonso Martínez de Lizarrondo

I'm on travel for three days so don't hold anything for me, but this seems like an improvement for. 3.6.1 unless there's a quick idea that doesn't involve any delay

comment:3 Changed 13 years ago by Wiktor Walc

Milestone: CKEditor 3.6

comment:4 Changed 13 years ago by Jakub Ś

Milestone: CKEditor 3.6.1
Status: newconfirmed
Type: BugNew Feature

comment:5 Changed 13 years ago by Jakub Ś

Milestone: CKEditor 3.6.1

comment:6 Changed 12 years ago by Alfonso Martínez de Lizarrondo

The #8832 patch 1 fixes the problem.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy