This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 152530 - quot skipping doesn't work while ending inline style
Summary: quot skipping doesn't work while ending inline style
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-06 12:53 UTC by Jindrich Sedek
Modified: 2010-05-08 07:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2008-11-06 12:53:33 UTC
use this code in HMLT file:
--------------------------
<table align="center|" style="azimuth: behind;">
</table>
------------------------
set cursor at possition of "|" press quot -> quot is skipped 

the same with position in inline style
--------------------------
<table align="center" style="azimuth: behind;|">
</table>
------------------------
set cursor at possition of "|" press quot -> quot is not skipped, but two qoutes are added so you have invalid code:
-----
style="..."""
------
Comment 1 Marek Fukala 2010-05-08 07:10:11 UTC
already fixed recently