github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2016-06-17 11:36 pm

[dreamwidth/dw-free] a98565: Move the inbox's expando activation event to the l...

Branch: refs/heads/develop
Home: https://github.com/dreamwidth/dw-free
Commit: a9856597896c1eadbe2ece2de1aafde3bd6706b9
https://github.com/dreamwidth/dw-free/commit/a9856597896c1eadbe2ece2de1aafde3bd6706b9
Author: pinterface <github@kepibu.org>
Date: 2016-06-18 (Sat, 18 Jun 2016)

Changed paths:
M htdocs/js/esn_inbox.js

Log Message:
-----------
Move the inbox's expando activation event to the link (#1809)

The link is what makes the expando button selectable from the keyboard,
but the event was on the img tag. That works fine for clicking, but
results in keyboard-activation following the link instead of firing the
desired event.

This is a partial fix for bug #1808. It fixes keyboard activation if
JS is enabled, but does not attempt to deal with the no-JS case.