Skip to content

JC-2292 bug fixes#188

Merged
ctapobep merged 1 commit intojtalks-org:masterfrom
raimdev:master
Mar 16, 2016
Merged

JC-2292 bug fixes#188
ctapobep merged 1 commit intojtalks-org:masterfrom
raimdev:master

Conversation

@raimdev
Copy link
Copy Markdown
Contributor

@raimdev raimdev commented Mar 16, 2016

Fixed next bugs:

  • Groups are not sorted via alphabet
  • Group list is blinking after first opening
  • Groups multi select box is not translated on Russian and Ukrainian.
    -Tab key does not move focus to the Groups button
  • Network connection alert message has an html number of a single quote instead of a single quote symbol

- Groups are not sorted via alphabet
- Group list is blinking after first opening
- Groups multi select box is not translated on Russian and Ukrainian.
-Tab key does not move focus to the Groups button
- Network connection alert message has an html number of a single quote instead of a single quote symbol
$pollItemLength = '<spring:message code="poll.item.length" htmlEscape="true" text=""/>';

$labelConnectionLostGenericError = '<spring:message code="label.connection.lost.genericError" htmlEscape="true"/>';
$labelConnectionLostGenericError = "<spring:message code="label.connection.lost.genericError" htmlEscape="false"/>";
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This would allow for HTML Injections, wouldn't it? If we change the message at some point in the future there is a risk that we break HTML.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

then, maybe we should use "`" symbol for "З'єднання" word?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

No, that's hackish. We've got this symbol in other places, how is it working there?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Key label.announcement (Помітити як об'яву) used in topicForm.jsp:

<spring:message code="label.announcement"/>

without escape

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Okay then, let's leave it. I guess this issue relates to #20

@ctapobep ctapobep merged commit ba61b77 into jtalks-org:master Mar 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants