ccd0
|
c412a25d5a
|
Fix bug where dragging and dropping disables captcha. #407
|
2015-05-15 20:58:07 -07:00 |
|
ccd0
|
93918ae575
|
Fix bug where submit button was still getting unwanted focus under certain conditions.
|
2015-05-14 01:02:33 -07:00 |
|
ccd0
|
9c5d9ec15f
|
Don't try to focus on captcha if already in captcha bubble.
|
2015-05-09 18:43:56 -07:00 |
|
ccd0
|
015e1ce1da
|
Don't focus on captcha when it expires unless focus is on submit button.
|
2015-05-09 18:34:31 -07:00 |
|
ccd0
|
a1f3af15f9
|
Fix QR character count.
|
2015-05-03 22:44:46 -07:00 |
|
ccd0
|
be171ab6d1
|
Move test for Javascript into Main.coffee.
|
2015-05-03 21:02:12 -07:00 |
|
ccd0
|
ee88196ffe
|
Prevent dropping files onto captcha causing navigation to the file.
|
2015-04-30 22:48:14 -07:00 |
|
ccd0
|
a1921ddc4e
|
Reduce unwanted scrolling from captcha.
|
2015-04-26 18:00:12 -07:00 |
|
ccd0
|
35520aaa85
|
Merge branch 'bstable'
Conflicts:
builds/4chan-X-beta.crx
builds/4chan-X-beta.meta.js
builds/4chan-X-beta.user.js
builds/4chan-X-noupdate.crx
builds/4chan-X-noupdate.user.js
builds/4chan-X.crx
builds/4chan-X.meta.js
builds/4chan-X.user.js
builds/4chan-X.zip
builds/updates-beta.xml
builds/updates.xml
package.json
|
2015-04-26 03:46:10 -07:00 |
|
ccd0
|
5ec0dcdcad
|
Possible fix for bug causing scrolling to the top of the page.
|
2015-04-26 03:11:38 -07:00 |
|
ccd0
|
52844cf885
|
Replace data-js-enabled attribute with js-enabled CSS class.
|
2015-04-24 07:43:36 -07:00 |
|
ccd0
|
bd2ebc82ee
|
Add focus indication to verify button.
|
2015-04-20 16:37:56 -07:00 |
|
ccd0
|
681a9e2e5b
|
Move CSS to multiline string.
|
2015-04-20 16:12:45 -07:00 |
|
ccd0
|
8bea005b3f
|
Make reload button reachable by arrow keys.
|
2015-04-17 23:26:19 -07:00 |
|
ccd0
|
7912dde878
|
Arrow key navigation in picture captcha.
|
2015-04-17 22:44:12 -07:00 |
|
ccd0
|
4c64cf3b9b
|
This should be checked before trying to focus.
|
2015-04-17 21:17:01 -07:00 |
|
ccd0
|
09acfaf9a2
|
Move captcha fixes to its own module.
|
2015-04-17 21:10:46 -07:00 |
|
ccd0
|
c72d5b4c97
|
Fix focusing on image in Firefox.
|
2015-04-17 20:40:01 -07:00 |
|
ccd0
|
88d1aafe28
|
Start working on keyboard navigation in image captcha.
Still having some issues with focusing in Firefox.
|
2015-04-17 00:46:23 -07:00 |
|
ccd0
|
4e49ed7c1c
|
More consistent checkbox focusing.
|
2015-04-16 22:20:24 -07:00 |
|
ccd0
|
a7bbdfcdf7
|
Revert "Fix captcha stealing focus on completion."
This reverts commit 3049a9993c95aaa173e5b9308960666a84fe6198.
|
2015-04-16 20:36:55 -07:00 |
|
ccd0
|
ebaa687a73
|
Clean up leftover Recaptcha iframes to prevent memory leak.
|
2015-04-16 16:42:25 -07:00 |
|
ccd0
|
e250bd1091
|
Fix unwanted focusing on the submit button if you focus on the comment field too soon after entering the captcha.
|
2015-04-13 20:56:43 -07:00 |
|
ccd0
|
76050db6ba
|
Fix missing /f/ tag selector when posting new thread from within thread.
|
2015-04-08 17:53:58 -07:00 |
|
ccd0
|
8fdbdad642
|
Merge branch 'qrfile'
|
2015-04-04 01:33:51 -07:00 |
|
ccd0
|
e85f3e7b81
|
Fix bug causing noscript captcha to not work within frames.
|
2015-04-02 18:05:40 -07:00 |
|
ccd0
|
6ed368ab55
|
Implement QR file API.
|
2015-04-01 21:00:33 -07:00 |
|
ccd0
|
27ae66feea
|
Fix posts from original post form not being marked as yours.
|
2015-04-01 17:07:37 -07:00 |
|
ccd0
|
897bdac327
|
Merge branch 'master' into html
|
2015-03-28 16:34:11 -07:00 |
|
ccd0
|
b2659b91dd
|
Use conditional to simplify some other HTML templates.
|
2015-03-28 15:33:18 -07:00 |
|
ccd0
|
1c81838a91
|
Remove unneeded escaping.
|
2015-03-28 15:06:45 -07:00 |
|
ccd0
|
cd88f81230
|
More accurate test for dumping to a thread from the index.
|
2015-03-25 23:31:27 -07:00 |
|
ccd0
|
6968bbac81
|
Work around delayed thread creation issue. #362
|
2015-03-25 21:17:52 -07:00 |
|
ccd0
|
a6a9d31733
|
Add workaround for pasting images to the Quick Reply in Firefox.
|
2015-03-22 04:54:32 -07:00 |
|
ccd0
|
5373a66470
|
Don't remember options field.
|
2015-03-14 13:40:51 -07:00 |
|
ccd0
|
b285602918
|
Save name when it's changed, not just when it's posted with.
|
2015-03-14 12:50:54 -07:00 |
|
ccd0
|
2824f3cde4
|
QR notification fixes.
|
2015-03-14 10:50:35 -07:00 |
|
ccd0
|
29afe88625
|
Nuke 'Captcha Warning Notifications' option.
|
2015-03-14 10:07:11 -07:00 |
|
ccd0
|
98fb630981
|
Don't interrupt autoposting with alerts from errors that don't stop autoposting. #355
|
2015-03-13 20:49:04 -07:00 |
|
ccd0
|
949eb05187
|
More thread updater refactoring.
|
2015-03-08 15:16:44 -07:00 |
|
ccd0
|
34f83f9214
|
Change "Thread No." in thread selector to "Thread".
Frees up a little more dragging space.
|
2015-03-04 18:35:07 -08:00 |
|
ccd0
|
a6c3df1bc8
|
Fix highlighting of filename field when selected.
|
2015-03-01 17:51:28 -08:00 |
|
ccd0
|
bf8d530b29
|
Clicking the error message (not on a link) selects the post.
|
2015-03-01 01:12:26 -08:00 |
|
ccd0
|
73756c2148
|
Fix dumping of text files.
|
2015-03-01 00:33:04 -08:00 |
|
ccd0
|
ee6591c3c8
|
Focus on filename after selecting file.
|
2015-02-28 23:01:51 -08:00 |
|
ccd0
|
fa7eb381a1
|
Fix captcha count briefly showing over comment field as captcha opens.
|
2015-02-28 22:32:42 -08:00 |
|
ccd0
|
c8dedcb96b
|
Cleaner file input locking.
|
2015-02-28 22:21:49 -08:00 |
|
ccd0
|
f3f110df22
|
Don't focus on checkbox when iframe doesn't have focus.
|
2015-02-28 21:27:21 -08:00 |
|
ccd0
|
ddcc8b7c10
|
Remove 'low on cached captchas' notifications.
|
2015-02-28 20:51:17 -08:00 |
|
ccd0
|
77074a9f48
|
Improve pre-post file checks.
Always allow the files to be posted, but provide convienient links
to delete the posts in the error messages.
|
2015-02-28 20:28:14 -08:00 |
|