riot-web/src
Richard van der Hoff 51fe77122b Fix an issue where the scroll stopped working.
Under certain conditions, it was possible to get stuck in a state where any
user-initiated scroll would be met with "Working around
vector-im/vector-web#528" and overridden. Fix this by removing the duplication
between _lastSetScroll and recentEventScroll, and using _lastSetScroll which is
more reliable.
2016-04-05 10:41:32 +01:00
..
components Fix an issue where the scroll stopped working. 2016-04-05 10:41:32 +01:00
AddThreepid.js
Avatar.js
CallHandler.js
ContentMessages.js
ContextualMenu.js
DateUtils.js remove YYYY from timestamps to workaround https://github.com/vector-im/vector-web/issues/987 2016-03-19 02:37:18 +00:00
Entities.js
GuestAccess.js
HtmlUtils.js whitelist <u> tag (fixes vector-im/vector-web#1339) 2016-04-02 22:15:29 +05:30
MatrixClientPeg.js
MatrixTools.js
Modal.js Remove unnecessary Modal.createDialogWithElement, complete with its broken onFinished() support. Switch SetDisplayNameDialog to use Modal.createDialog(). Explicitly pass false to closeDialog if the user tries to cancel dialogs by clicking on the background, rather than passing in an event object which evaluates to true. 2016-03-18 11:15:06 +00:00
Notifier.js Add some comments to Notifier.js 2016-03-29 10:51:13 +01:00
ObjectUtils.js
PasswordReset.js
Presence.js
Resend.js Add 'cancel all' option to 'unsent messages' bar 2016-03-21 16:49:07 +00:00
RoomListSorter.js
Signup.js
SignupStages.js
Skinner.js
SlashCommands.js
TabComplete.js PR feedback 2016-03-17 16:46:54 +00:00
TabCompleteEntries.js
TextForEvent.js fix leaked user_id on various textual events 2016-03-17 19:05:39 +00:00
Tinter.js
Unread.js
UserActivity.js Make the read-marker less annoying 2016-03-22 12:15:17 +00:00
UserSettingsStore.js
Velociraptor.js
VelocityBounce.js
WhoIsTyping.js
component-index.js Factor out separate RoomNameEditor and RoomTopicEditor components 2016-03-29 15:21:16 +01:00
dispatcher.js
email.js
encryption.js
extend.js
index.js
linkify-matrix.js incorporate review 2016-03-21 15:45:04 +00:00
ratelimitedfunc.js