-
Bug
-
Resolution: Fixed
-
Medium
-
2.10, 3.0, 3.0.1, 3.1
-
JDK 1.6, Tomcat, Standalone, UTF-8-encoding
The quick search breaks at the first non-ascii character.
Steps to reproduce:
- create a page named "Thöggele"
- wait until it is indexed
- try finding the page via quick search by entering "T" and "h" (everything is ok)
- press "ö" (you will see that nothing changes on the UI, especially the ö in Thöggele is not bold), and the search is not narrowed
Fix:
- in the file (3.1, similar in 3.0)
confluence-3.1-std/confluence/WEB-INF/classes/com/atlassian/confluence/setup/atlassian-bundled-plugins.zip, and inside there
auiplugin-2.0.2.1.jar - patch the file
js/atlassian/atlassian.js
the function "escape" like this:339,341c339 < return escape(string).replace(/%u\w{4}/gi, function (w) { < return unescape(w); < }); --- > return encodeURIComponent(string);
- re-package the jar and zip and place it in the original file location, and restart confluence, and try again. It works now
- is related to
-
CONFSERVER-13647 Umlauts in the Who suggestion tooltip in search do not work
-
- Closed
-
-
CONFSERVER-17404 Quick navigation aid will be hanging if we type umlaut character
-
- Closed
-
-
CONFSERVER-27611 2 byte characters in Who suggestion tooltip in search do not work
-
- Closed
-
[CONFSERVER-18202] German Umlauts break the QuickSearch
Workflow | Original: JAC Bug Workflow v3 [ 2903447 ] | New: CONFSERVER Bug Workflow v4 [ 2998012 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2801551 ] | New: JAC Bug Workflow v3 [ 2903447 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2732816 ] | New: JAC Bug Workflow v2 [ 2801551 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2398160 ] | New: JAC Bug Workflow [ 2732816 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2295950 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2398160 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2231786 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2295950 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2191098 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2231786 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1926193 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2191098 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v3 [ 1728015 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 1926193 ] |
Workflow | Original: CONF Bug Subtask WF (TEMP) [ 1684559 ] | New: Confluence Workflow - Public Facing - Restricted v3 [ 1728015 ] |