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

[FrameworkBundle] Incorrect line break in exception message (500 debug page)#19780

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

Conversation

@pedroresende
Copy link
Contributor

QA
Branch?master
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets19041
LicenseMIT

font-size:20px;
color:#313131;
word-break:break-all;
word-break:keep-all;

Choose a reason for hiding this comment

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

wouldn't it be better to useword-wrap: break-word here?

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@nicolas-bastien You're right, already updated to break-word and rebased the PR

font-size:20px;
color:#313131;
word-break: break-all;
word-break: break-word;

Choose a reason for hiding this comment

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

Should beword-wrap: break-word:break-word is an unofficial value forword-break.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

@fabpot
Copy link
Member

Thank you@pedroresende.

fabpot added a commit that referenced this pull requestSep 6, 2016
…e (500 debug page) (pedroresende)This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes#19780).Discussion----------[FrameworkBundle] Incorrect line break in exception message (500 debug page)| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| BC breaks?    | no| Deprecations? | no| Tests pass?   | yes| Fixed tickets | [19041](#19041)| License       | MITCommits-------1393e3e [FrameworkBundle] Fix Incorrect line break in exception message (500 debug page)
@fabpotfabpot closed thisSep 6, 2016
This was referencedSep 7, 2016
@pedroresende
Copy link
ContributorAuthor

@fabpot Sure thing, always glad to help a wonderful project. Btw any special reason for not being added to the list of contributors ?

@pedroresendepedroresende deleted the twig/incorrectlinebreak branchSeptember 7, 2016 22:11
@jakzal
Copy link
Contributor

@pedroresende that list is refreshed periodically. You'll eventually get there :)

pedroresende reacted with thumbs up emoji

@fabpotfabpot mentioned this pull requestOct 3, 2016
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@pedroresende@fabpot@jakzal@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp