This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6006 - Amaya 10.1-pre4 attaches the container's class to an inner new element
Summary: Amaya 10.1-pre4 attaches the container's class to an inner new element
Status: RESOLVED FIXED
Alias: None
Product: Amaya
Classification: Unclassified
Component: Editing (show other bugs)
Version: 10.1-pre4
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL: http://lists.w3.org/Archives/Public/w...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-01 08:56 UTC by Vatton
Modified: 2008-09-19 15:38 UTC (History)
4 users (show)

See Also:


Attachments
testcase (4.09 KB, image/svg+xml)
2008-09-19 15:38 UTC, fred.wang
Details

Description Vatton 2008-09-01 08:56:03 UTC
Select the three paragraphs (eventually touching Esc to select them in full) of a <div> with a class attribute "xx" and transform the selection into a bullet list with ^h ^L or the tools menu.

Now it has a <ol> within the <div> but the newly created <ol> is applied the same class "xx" of the enclosing <div> which is not what it is expected.
Comment 1 fred.wang 2008-09-19 15:38:16 UTC
Created attachment 593 [details]
testcase