[telepathy] [Bug 348929] New: Incoming and Outgoing message styles are swapped in history and scrollback.
spam at hjkos.com
spam at hjkos.com
Tue Jun 9 15:12:16 BST 2015
https://bugs.kde.org/show_bug.cgi?id=348929
Bug ID: 348929
Summary: Incoming and Outgoing message styles are swapped in
history and scrollback.
Product: telepathy
Version: 0.9.0
Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: text-ui
Assignee: kde-telepathy-bugs at kde.org
Reporter: spam at hjkos.com
When using adium theme chat log's scrollback (previous N messages) and IM Log
viewer messages use wrong styles (wrong classes assigned to html). Current
messages use correct styles.
It is something like this:
<div class="history outgoing"> incoming: message </div>
<div class="history incoming"> outgoing: message </div>
<hr/> <!-- scrollback -->
<div class="incoming"> incoming: message </div>
<div class="outgoing"> outgoing: message </div>
Only hotfix I can think of is modify style CSS to use .history.incoming and
.history.outgoing alongside with .incoming and .outgoing selectors.
Reproducible: Always
Steps to Reproduce:
1. Use adium theme
2. Open IM Log viewer
and\or
2. Set scrollback to non-zero value
3. Open chat, create some fresh messages for comparsion with previous
(scrollback) messages
Actual Results:
IM Log viewer have swapped message styles. Same goes for scrollback.
Expected Results:
IM Log viewer and scrollback both follow recent message styles
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list