Closed
Bug 946142
Opened 12 years ago
Closed 9 years ago
in inspector editing string between single quotes replaces quotes with '
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: charantastic, Unassigned, NeedInfo)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20130910160258
Steps to reproduce:
open test page containing a button like below and modify string in single quotes
<button onClick="viewSite('Warnings.asp');">
Warnings
</button>
Actual results:
single quotes changed to ' and function does not work properly.
Expected results:
single quotes should not change to '
Updated•12 years ago
|
Component: Untriaged → Developer Tools: Inspector
Comment 1•9 years ago
|
||
Actual results:
single quotes changed to ' because if you wright html show on your web page so doesn't show html code to user.because this html code run.show this code for use symbol like single quotes for '.so html code properly show to user.like website www.w3school.com
Flags: needinfo?(voramayur444)
Comment 2•9 years ago
|
||
Looking at http://jsbin.com/bisigofuce/edit?html,js,output , I can't reproduce with a recent version of Firefox. Please reopen if you can still reproduce this.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•