-
Suggestion
-
Resolution: Won't Do
-
None
-
None
NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? See the corresponding suggestion.
Problem
The Livesearch macro provides a placeholder attribute. However, that placeholder text isn't displayed consistently across browsers.
Steps to reproduce
- Create a page in Confluence, and add the livesearch macro
- View the page in IE, and Chrome
Expected Results
- The placeholder text can be easily distinguished from the text a user types
Actual Results
- In Internet Explorer, the text is the same colour as the user types
Workaround
The following CSS ensures the colour of the placeholder text is consistent cross browser:
::-webkit-input-placeholder { color: #878787 !important; } :-moz-placeholder { /* Firefox 18- */ color: #878787 !important; } ::-moz-placeholder { /* Firefox 19+ */ color: #878787 !important; } :-ms-input-placeholder { color: #878787 !important; }
- relates to
-
CONFCLOUD-41276 Placeholder text in the Livesearch Macro is inconsistent cross browser
- Closed
[CONFSERVER-41276] Placeholder text in the Livesearch Macro is inconsistent cross browser
Workflow | Original: JAC Suggestion Workflow 4 [ 3571839 ] | New: JAC Suggestion Workflow 3 [ 4339096 ] |
Workflow | Original: JAC Suggestion Workflow 2 [ 3174775 ] | New: JAC Suggestion Workflow 4 [ 3571839 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Suggestion Workflow [ 3031590 ] | New: JAC Suggestion Workflow 2 [ 3174775 ] |
Workflow | Original: Confluence Workflow - Public Facing v4 [ 2537623 ] | New: JAC Suggestion Workflow [ 3031590 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 2282138 ] | New: Confluence Workflow - Public Facing v4 [ 2537623 ] |
Resolution | New: Won't Do [ 10000 ] | |
Status | Original: Needs Verification [ 10004 ] | New: Resolved [ 5 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 - TEMP [ 2173098 ] | New: Confluence Workflow - Public Facing v3 [ 2282138 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 1947748 ] | New: Confluence Workflow - Public Facing v3 - TEMP [ 2173098 ] |
Just remove the Placeholdertext from Macro. Stops people from raising tickets, so I don't have to tell them, it won't be fixed!