Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WebServerBundle] fixed html attribute escape#21689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javiereguiluz merged 1 commit intosymfony:2.8fromSeb33300:patch-1
Feb 25, 2017
Merged

[WebServerBundle] fixed html attribute escape#21689

javiereguiluz merged 1 commit intosymfony:2.8fromSeb33300:patch-1
Feb 25, 2017

Conversation

@Seb33300
Copy link
Contributor

QA
Branch?2.8
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets-
LicenseMIT
Doc PR-

In the Web Debug Toolbar, when a toolbar item has extra attributes, they are not properly escaped.
(If you put your mouse over the right toolbar item with sf version, you will see a tooltip with"")

Currently:

title=""

After:

title=""

Copy link
Member

@javiereguiluzjaviereguiluz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

👍

@Seb33300 nice catch!


I've verified that this is the right fix:

Before

before

After

after

Copy link
Member

@nicolas-grekasnicolas-grekas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

👍

@nicolas-grekasnicolas-grekas added this to the2.8 milestoneFeb 25, 2017
@javiereguiluz
Copy link
Member

Thanks for fixing this bug@Seb33300.

@javiereguiluzjaviereguiluz merged commit1337cdb intosymfony:2.8Feb 25, 2017
javiereguiluz added a commit that referenced this pull requestFeb 25, 2017
This PR was merged into the 2.8 branch.Discussion----------[WebServerBundle] fixed html attribute escape| Q             | A| ------------- | ---| Branch?       | 2.8| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | -| License       | MIT| Doc PR        | -In the Web Debug Toolbar, when a toolbar item has extra attributes, they are not properly escaped.(If you put your mouse over the right toolbar item with sf version, you will see a tooltip with `""`)Currently:```htmltitle=""```After:```htmltitle=""```Commits-------1337cdb [WebServerBundle] fixed html attribute escape
@Seb33300Seb33300 deleted the patch-1 branchFebruary 25, 2017 14:13
This was referencedMar 6, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@javiereguiluzjaviereguiluzjaviereguiluz approved these changes

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

2.8

Development

Successfully merging this pull request may close these issues.

4 participants

@Seb33300@javiereguiluz@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp