Changes between Initial Version and Version 5 of Ticket #6705
- Timestamp:
- Feb 13, 2012, 10:27:11 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6705
-
Property
Status
changed from
new
topending
- Property Cc james c added; James removed
-
Property
Status
changed from
-
Ticket #6705 – Description
initial v5 3 3 1. Open any sample '''except AJAX'''. 4 4 5 2. With out focusin Editor body,select a font(for eg: Comic Sans MS) from Font Name drop down list.5 2. **With out focus** in Editor body,select a font(for eg: Comic Sans MS) from Font Name drop down list. 6 6 7 7 3. See that selected font option '''missing from''' Font Name drop down list. … … 11 11 '''Expected Result:''' 12 12 13 Typed text should have selected font applied and selected font option should show in Font Name drop down list.13 Selected font option should show in Font Name drop down list. 14 14 15 15 '''Actual Result:''' 16 16 17 Typed text has selected font applied but selected font option not shown in Font Name drop down list. Even when we look at Element path bar or HTML Source <span> tag for Font Name not shown.17 Selected font option not shown in Font Name drop down list. Even when we look at Element path bar or HTML Source <span> tag for Font Name not shown. 18 18 19 19 To reproduce the defect in AJAX Sample. Type some text save the page.open the Editor again and repeat the above steps