Topic: (OLD) The Bug Report Thread

Posted under Site Bug Reports & Feature Requests

This topic has been locked.

Observed behavior:

Mouse-over post previews are clipped at the top of the web page. (Applies to first row of n-count posts).

Expected behavior:

Mouse-over post previews are constrained to the bounds of the web page.

Firstly I'd just like to say that I do like the new mouse hover previews for thumbnail images. I would like to request/suggest that all thumbnail posts in the top row have mouse-over previews that display below the row rather than above it; I have noticed the top row gets clipped by the top of the browser window. It's only a minor bug so it's no biggie, but I would just like to point it out so that it may eventually be addressed.

Updated by anonymous

williewonka said:
Observed behavior:

Mouse-over post previews are clipped at the top of the web page. (Applies to first row of n-count posts).

Expected behavior:

Mouse-over post previews are constrained to the bounds of the web page.

Firstly I'd just like to say that I do like the new mouse hover previews for thumbnail images. I would like to request/suggest that all thumbnail posts in the top row have mouse-over previews that display below the row rather than above it; I have noticed the top row gets clipped by the top of the browser window. It's only a minor bug so it's no biggie, but I would just like to point it out so that it may eventually be addressed.

You are running opera, opera does this, it's a bug on opera.

Updated by anonymous

Aurali said:
You are running opera, opera does this, it's a bug on opera.

sadly, true. I haven't found an update, I still have 12.02 on Win7x64

Updated by anonymous

DragonRanger said:
Blacklist stopped working

Addendum to this, just in case it has to be fixed in more than one place. The blacklist also no longer seems to be applied to avatars, either.

For instance, post #203878 should be blacklisted for me, but it is DragonRanger's avatar and I see it on the forums.

Updated by anonymous

ikdind said:
Addendum to this, just in case it has to be fixed in more than one place. The blacklist also no longer seems to be applied to avatars, either.

For instance, post #203878 should be blacklisted for me, but it is DragonRanger's avatar and I see it on the forums.

A fix has already been prepared.

Updated by anonymous

Not sure if this is a bug, or already known

Bug: Excluding a forum category groups adjacent forum topics without a separator

Expected Behavior: Regular grouping
Actual Behavior:

Some examples without:

Steps to Duplicate: De-select any combination of forum topics (General, Tags and Wiki etc.) with the exception of Art Talk, leaving at least one topic still selected

Updated by anonymous

titaniachkt said:
Not sure if this is a bug, or already known

Bug: Excluding a forum category groups adjacent forum topics without a separator

Expected Behavior: Regular grouping
Actual Behavior:

Some examples without:

Steps to Duplicate: De-select any combination of forum topics (General, Tags and Wiki etc.) with the exception of Art Talk, leaving at least one topic still selected

Known, but pretty much unfixable with the current implementation.

Updated by anonymous

Fix pending

Mobile searches redirect to normal index

Bug: manualy entered searches in moble mode switch back to normal mode

Expected behavior: results from search in moble mode desplayed in same mode

Actual behavior: manual searches switch modes back to normal

Updated by anonymous

doublechecked, it's working fine in firefox 15

I'm using Firefox, and clicking View Original doesn't work for me any more.

Updated by anonymous

Bug: related tags being pushed in an extremely long verticle line

Expected behavior: They should stretch horizontaly as much as they can instead of listing three then going down again.

Actual behavior

Steps to duplicate: Put a rather large image in the source field, have plenty of tags in the box or just a few. I tag a lot so there's a ton of tags there. And I (usualy) upload big images. I think it might not even be the image preview thing, but something is wrong.

Updated by anonymous

Raiden_Gekkou said:

doublechecked, it's working fine in firefox 15

I'm using Firefox, and clicking View Original doesn't work for me any more.

Is it something with my profile then? Because it won't work for me.

Updated by anonymous

Bug: Can't spoil a link
Expected behavior: Be able to do so
Atcual behavior: While doing forum #48018, I was trying to write

"Joint Photographic [spoiler]Experts Group[/spoiler]":http://en.wikipedia.org/wiki/Joint_Photographic_Experts_Group

and in the preview appeared as

"Joint Photographic >Experts Group

Tried separating the " and reordering the spoiler and everything resulted in similar previews like

"x >y

Steps to duplicate: Try something like

"Somewords [spoiler]spoiled phrase[/spoiler]":http://linkto.apage.com

or similar

Note: All I did was hit the preview button, don't know how it behaves at post (probably the same)

darn, took 1 hour to do this u_u

Updated by anonymous

Aurali said:
You are running opera, opera does this, it's a bug on opera.

Oh darn...
But oh yay! This appears to be resolved now.

Updated by anonymous

Xch3l: Try this workaround:

"Joint Photographic":http://en.wikipedia.org/wiki/Joint_Photographic_Experts_Group [spoiler]"Experts Group":http://en.wikipedia.org/wiki/Joint_Photographic_Experts_Group [/spoiler]

Produces the following:
Joint Photographic Experts Group

The space between the second url and the second \

[/spoiler] is important, otherwise the Dtext parser trips over the input.

Updated by anonymous

Ack regression... Sorry, issues with svn cause this sometimes, fixed in next update
Bug: some pages remove https://, sending you to http:// instead. For example, if you are logged into https://e621.net/ and click on someone's profile (such as https://e621.net/user/show/70282), it will 302 redirect you to http://e621.net/user/show/70282 instead.

curl on https://e621.net/user/show/70282, demonstrating this bug

:~$ curl -vvv https://e621.net/user/show/70282

  • About to connect() to e621.net port 443 (#0)
  • Trying 199.167.134.31... connected
  • <all the fun SSL handshake stuff here snipped>

> GET /user/show/70282 HTTP/1.1
> User-Agent: curl/7.22.0 (i686-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: e621.net
> Accept: */*
>
< HTTP/1.1 302 Found
< Content-Type: text/html; charset=utf-8
< Connection: keep-alive
< Status: 302
< X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 3.0.7
< Location: http://[/b]e621.net/user/show/70282
< X-Runtime: 0
< Content-Length: 97
< Cache-Control: no-cache
< Server: nginx/1.0.3 + Phusion Passenger 3.0.7 (mod_rails/mod_rack)
<

  • Connection #0 to host e621.net left intact
  • Closing connection #0
  • SSLv3, TLS alert, Client hello (1):

<html><body>You are being <a href="http://[/b]e621.net/user/show/70282">redirected</a>.</body></html>[/section]Expected behavior: It should 302 you to the https version of the site if you're already using https.Actual behavior: It 302s you to the http site, as seen above.Steps to duplicate: Login to https://e621.net/ (make sure you also have NO cookies saved on www.e621.net), go to a user's profile, and you should now be on the site using http instead of your preferred https.(To add onto this, e621 should redirect all www. traffic to "non-www." with some simple rewrite rules, but dunno if that's not done intentionally)

Updated by anonymous

flood said:

fixed

Bug: manualy entered searches in moble mode switch back to normal mode

Expected behavior: results from search in moble mode desplayed in same mode

Actual behavior: manual searches switch modes back to normal

still seems to switch back to normal mode. when i click a tag in a image it searched in moble mode but when i type in the tag and click search (or hit enter) it goed back to normal

Updated by anonymous

Fix pending

Can't view full images with Show Image Samples setting on

Bug - Not able to resize images back to original while using the " Show Image Samples " setting.

I enjoy using this function because I can see a screen fitting view of the picture, and then If I want to see the full version I can just click on the "View Original" Button, and then the next picture I view is back to screen fitting. But after the update the "View Original" Button does not seem to be working, and sometimes seems to increase the pictures size by just a smidgeon. Any solution to this?

Updated by anonymous

Tsuusetsu said:
Bug - Not able to resize images back to original while using the " Show Image Samples " setting.

I enjoy using this function because I can see a screen fitting view of the picture, and then If I want to see the full version I can just click on the "View Original" Button, and then the next picture I view is back to screen fitting. But after the update the "View Original" Button does not seem to be working, and sometimes seems to increase the pictures size by just a smidgeon. Any solution to this?

Same problem.

Updated by anonymous

williewonka said:
Oh darn...
But oh yay! This appears to be resolved now.

No, i rewrote it, and apparently it worked itself out

Updated by anonymous

uhm, not a big deal what i ahve to say here but you might still wanna keep it in mind in case it becomes more frequent or insufferable.

I've almost exclusively been browsing e621 on my phone and it worked perfectly fine, I never even noticed the "mobile" function, simply because I didn#t need it, but as of recently (I didn't browse in two weeks and tried to a few days ago) the site is loadign ludicrously slow on my phone. i double checked my settigns anbd turned off the whole thumbnail view update, but the post thumbnails simply don't want to show up anymore.

Now there is a mobile function, and I used it, and it works fine, but it still loads noticably more slowly.

It's not so bad, as i said, but i just wondered how the updates you recently implemented could possibly slow e621 down so much, I had to wait seven minutes till I was done with the whole logging in procedure, sitting right next to my router, so, as said, might wanna keep that in midn in case i'm nto the only one.

Updated by anonymous

Bug: Find artist gives wrong results for FA.

How to reproduce: On upload, enter any /view/ page from FA, for example https://www.furaffinity.net/view/8962829/ .. using https FA, it gives an invalid result "Artist: mastergodai" (it always gives this result). Using http FA, it just seems to do nothing.

(I'm probably using the find artist feature wrong, but it still shouldn't give that result; this bug will encourage people to mistag stuff by mistake, since "computers are never wrong")

Updated by anonymous

Bug: Blacklisted thumbnails appearing instead of placeholder image in Recent Favorites section of a (blocked) user's profile.

Expected behavior: See "Blacklisted" placeholder thumbnail instead.

Actual behavior: See an uncensored thumbnail.

Steps to duplicate: https://www.e621.net/user/show/61866
Blacklist blood
Tor Browser Bundle (Firefox ESR 10.0.6 in About section)

Also...? Preview is showing the word Blacklist as part of the given link, even though I used Enter, unless I also use a space after the link. Odd. New link is "https://www.e621.net/user/show/61866<br>Blacklist " And it happens again for that quotation mark unless I use a space. Just odd :).

Updated by anonymous

Bug:
Strange bug in viewing history of changes of one particular wiki page.

Expected behavior:
After selecting From some older version (m) and To newest version you should be directed to Compare&to=<<newest>>&from=<<m>>

Actual behavior:
Whatever you choose in From you are redirected to http://e621.net/wiki/diff?title=title&commit=Compare&to=1&from=1 and you can't see what changes were there, and after few clicks I've managed to broke it that I couldn't select first radiobutton in to It goes back to initial state after refreshing.

Strangely it only works that way in this particular wiki page, and in many browsers (IE, FF, Opera)

Steps to duplicate:
Go here try to compare versions.

Updated by anonymous

Bug: Thumbnails are stretched out along the horisontal axis. (This has been happening for several days now.)

Expected behavior: Thumbnails should be readable.

Actual behavior: Each thumbnail is stretched out to about a hundred times its actual length.

Steps to duplicate: View the main page on OmniMac 5.11.2.

Updated by anonymous

Tantalus said:
Bug: Thumbnails are stretched out along the horisontal axis. (This has been happening for several days now.)

Expected behavior: Thumbnails should be readable.

Actual behavior: Each thumbnail is stretched out to about a hundred times its actual length.

Steps to duplicate: View the main page on OmniMac 5.11.2.

what the fuck is Omnimac?

Updated by anonymous

Bug: Sometimes thumbnails dont load at all while searching (doesn't matter the tags).

Updated by anonymous

re my bug: So far I did several searches with no issues, but if I find anything similar I'll let you guys know.

Updated by anonymous

Bug:The thumbnails will load, but then they'll be horizontally compressed.

Expected behavior:Thumbnails remaining their proper size and aspect ratio upon loading.

Actual behavior: Images load then slowly compress on the horizontal axis to different degrees. Some not at all, some until the image vanishes. It looks like I'm having the inverse bug from Tantalus.

Steps to duplicate: View any page with thumbnail images (main pages, pool pages, forum pages) on Chromium 18.0.1025.151 (Ubuntu 11.04)

Updated by anonymous

Bug
Picture preview, when uploading from disk, doesn't work on IE9.

Expected behavior
There should be preview of image I want to upload

Actual behavior
There is none if I'm uploading by file. Uploading by source works fine though.

Steps to duplicate
Try to upload file. Have IE 9

Updated by anonymous

Images are sometimes uploading with 0 tags and no source. Also Java is failing like 50% of the time when navigating in between pages. This is easily fixed by refreshing, but it's still annoying. Also bug report templates are dumb.

Updated by anonymous

Clicking on IRC tab shows IRC, Contacts, and more tabs selected rather then just IRC.

Updated by anonymous

Everything just disappeared. Every actual image, and thumbnails too.

edit:
Nevermind that. Unannounced maintenance, right?

Updated by anonymous

ArdesCadaver said:
Everything just disappeared. Every actual image, and thumbnails too.

edit:
Nevermind that. Unannounced maintenance, right?

Yeah, wasn't supposed to effect e621 though.

Updated by anonymous

Well when I edited the tags (just clicked save without changing anything), it worked after that. I guess it just didn't stick the first time?

Updated by anonymous

The *tags: meta-tags use a cached count of tags for each post instead of the actual, live tags for performance reasons. Sometimes these counts aren't correct (I don't recall the specific reasons) but an empty tag edit is enough to update them.

Updated by anonymous

Have to say something about this: user pages ALWAYS seem to take FOREVER to load...what's the deal with that? No problem with my own user page, but if I try to go to someone elses...I need to wait like a minute or two for it to load!

Updated by anonymous

Sometimes it takes even longer. Also, notes seem to be messed up. They load at the bottom of the page.

Edit: The notes worked fine before the Halloween event.

Updated by anonymous

Bug: Can't click on thumbnails with the Halloween extension for Chrome.

Expected behavior: Clicking on a thumbnail opens the image

Actual behavior: The mouseover enlarge appears, but when I click on that, or the actual thumbnail, nothing happens.

Steps to duplicate: Have the Chrome extension. Doesn't matter if the site is corrupted or not.

Additional info:
Version of Chrome: Version 22.0.1229.94 m
OS: Windows 7 Home Premium 64bit.
I disabled the extension and I could click the images and it worked as intended.

Updated by anonymous

I don't know what happened to the main page but I don't like it.

Here is what it looks like on my screen: http://i.imgur.com/eakoQ.jpg

It looked far better before - the mascot/search bar were fairly centered.

On a side note: on my laptop the main page appears correct (as in you can see the blurry mascot behind it), which is all cool until the mascot defaults to the armadillo - happens now and then. The old design blocked the dick, this is not the case with the new one.

Updated by anonymous

lm52amo said:
I don't know what happened to the main page but I don't like it.

Here is what it looks like on my screen: http://i.imgur.com/eakoQ.jpg

It looked far better before - the mascot/search bar were fairly centered.

On a side note: on my laptop the main page appears correct (as in you can see the blurry mascot behind it), which is all cool until the mascot defaults to the armadillo - happens now and then. The old design blocked the dick, this is not the case with the new one.

I've already reverted to the old vertical alignment style in the next update.

Updated by anonymous

Apparently the Halloween update broke browsing e6 on mobiles (at least mine).

Sure I have no problems browsing the list, but in a post, uh... it's hard to explain (I don't know how to take screenshots), so I'll do my best. It looks something like this:

Sort of.
Section bar
  e621, account, posts, etc
Page bar
  List, upload, Mobile, etc
News
Image samples message
  This image is displayed at 70%...
  Image samples have been disabled...
Search
  Search box [button]
Tags list (for post #40306)
Statistics
Options
  Edit
  Resize
  FFD
  Add note
  Add to favs
  Remove from favs
  Add 2 pool
History
Related posts
[Image]
Edit | Respond | Download
Before editing, read the how to tag guide.
[Edit box]
  Related tags
  Recent tags
Before commenting, read the how to comment guide.
[Comments] (In this order)
  Username (otterfur)
  Rank (Member)
  Date (2 yrs ago)
  Avatar
  [Comment]
  Respond | Vote Up/Down | Report
[Comment box]
[Comment buttons]
[Help]
Mobile site
Section bar
  e621, account, posts, etc
Page bar
  List, upload, Mobile, etc
Image samples message
  This image is displayed at 70%...
  Image samples have been disabled...
[Image]
Edit | Respond | Download
Tags
Options
[Edit post section]
[Comments section]
[Comment box]

Note that everything is in that order, no object or element is to the right or left
I'm using a phone with Android 2.2 and Opera Mobile 12.1 with no extensions or other weird stuff, cache cleared.

Thanks to the one who made section tags available :D

Also, previewing comments takes a lot

Edit: Forget it, reinstalling fixed it, probably a misconfiguration. But previews still take a lot.

Updated by anonymous

Since about 1 or 2 days I often get something like this
I've tried deleting all cookies, and just right after it, I've got it again. I'm using Firefox 16.0 on Windows 7, and on FireBug there are several "ReferenceError: borosimageswitch is not defined" errors. (Maybe more, but each time I hunt it with opened firebug, it doesn't show up T.T)

Updated by anonymous

anomaly said:
Since about 1 or 2 days I often get something like this
I've tried deleting all cookies, and just right after it, I've got it again. I'm using Firefox 16.0 on Windows 7, and on FireBug there are several "ReferenceError: borosimageswitch is not defined" errors. (Maybe more, but each time I hunt it with opened firebug, it doesn't show up T.T)

I get the image thing too, but scrolling down fixes it.

Updated by anonymous

furballs_dc said:
I get the image thing too, but scrolling down fixes it.

Scrolling doesn't work for me when all page is empty. It works, when there are some blank thumbnails, but it seems to be different situation.

Also I don't know if it's related, but sometimes other pages loads incorrectly. Like in single post image is not resized, and all buttons instead of working, direct to <page_url>/#

Updated by anonymous

I use the "next" button a lot and I noticed something odd while doing so: post #174242 literally does not exist. Usually there's at least a page saying the post does not exist but that one simply redirects to the /post page. I'm not sure if that would break anything somewhere down the line but there you go.

Updated by anonymous

RlctntFr said:
I use the "next" button a lot and I noticed something odd while doing so: post #174242 literally does not exist. Usually there's at least a page saying the post does not exist but that one simply redirects to the /post page. I'm not sure if that would break anything somewhere down the line but there you go.

That just means the post has been DESTROYED

Updated by anonymous

Rainbow_Dash said:
That just means the post has been DESTROYED

TO THE MOOOOOOOOOOOOOON

Updated by anonymous

RlctntFr said:
I use the "next" button a lot and I noticed something odd while doing so: post #174242 literally does not exist. Usually there's at least a page saying the post does not exist but that one simply redirects to the /post page. I'm not sure if that would break anything somewhere down the line but there you go.

A couple of weeks ago I made it so that both empty IDs (/post/show) and invalid IDs (of deleted or nonexistent posts) redirected to the post index. I did the same for forum posts as well. Then, I realized that it would be far better to show an actual missing-post/missing-forum page when you try to view a non-existent post instead of redirecting, so i made it only redirect for empty IDs. Somehow the site ended up using the first behavior instead of the second. I'll get that fixed.

Updated by anonymous

Sorry if this isn't right, first time I have problems with e621.
Thumbnails aren't working for me, maybe the first 2 or 3 rows works but the rest stay invisible. This has been happening since the Halloween mode was disabled.
What should I do?

Updated by anonymous

Dunno if this would be classified as bug or glitch. Don't know what happens exactly but here's how to reproduce it:

  • Open two tabs.

Post on one of them (preferably after replying to a comment, you know, so you don't bump an old thread)
Refresh the other.
Both tabs (the one you already posted to and the refreshed one) have the green bar message

Edit: It needs some kind of timing. Happens something like this

Updated by anonymous

Xch3l said:
Dunno if this would be classified as bug or glitch. Don't know what happens exactly but here's how to reproduce it:

  • Open two tabs.

Post on one of them (preferably after replying to a comment, you know, so you don't bump an old thread)
Refresh the other.
Both tabs (the one you already posted to and the refreshed one) have the green bar message

Edit: It needs some kind of timing. Happens something like this

Not really anything that can be fixed.

Updated by anonymous

A couple of people earlier in the thread reported the same problem, but nobody's debugged it sufficiently.

Apparently there's a script which resizes thumbnails (to match screen width or something, I guess). However, it seems to fail when the text size isn't the default 100%/16pt and ends up resizing the thumbnail horizontally and distorting it because the initial size is already the correct size and aspect ratio.

This is a recent addition from when the load-new-images-when-you-reach-the-bottom-of-the-page functionality was added, so that's where you need to look to fix the problem.

Updated by anonymous

I found an error, when i try the tag background idk why but it keeps changing it to "sticking_plaster " and because of this error a lot of other images have the tag "sticking plaster " when none of the images have it.

Also when i try to request a password it cant find my email...i talked to someone about this before but the error is still there. Can someone fix it?

Could someone fix this?

Updated by anonymous

Conker said:
I found an error, when i try the tag background idk why but it keeps changing it to "sticking_plaster " and because of this error a lot of other images have the tag "sticking plaster " when none of the images have it.

Also when i try to request a password it cant find my email...i talked to someone about this before but the error is still there. Can someone fix it?

Could someone fix this?

Background was aliased to invalid_background, not sure why it doing that plaster thing

Updated by anonymous

Bug: This webpage has a redirect loop
Broswer: Chrome
Details: Whenever I try to view any user home page, I get this:
The webpage at http://www.e621.net/user/show/[number here] has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.

Updated by anonymous

Rainbow_Dash said:
Background was aliased to invalid_background, not sure why it doing that plaster thing

Well also when trying to use it on another image it appears as sticking_plaster randomly :/ idk either

Updated by anonymous

When I try to open any post on e621, my browser waits endlessly for "ads.dragonfru.it"

Updated by anonymous

http:\ads.dragonfru.it

Edit: There should be two backslashes in that url. e621 is filtering one of them out for some reason. Did I just find another bug?

you are putting the slashes the wrong way

Updated by anonymous

Fixed

Score color not updated when voting

If a submission has a score of -1 and I click vote up, it turns to 0, but the 0 stays red until I refresh the page. The color is probably decided on first page load and not dynamic.

Critical bug in deployed live system to be fixed asap!

Updated by anonymous

Fixed

Counts on profiles off

Bug: Something fishy is going on with the post counters on the user profiles.

I got 224 Uploads, 223 approved and 1 deleted, approved posts shows only 205 approved posts and the deleted posts counter shows -17 posts.

Seems like the server is subtracting the approved posts and then black magic happens.

Updated by anonymous

NotMeNotYou said:
Bug: Something fishy is going on with the post counters on the user profiles.

I got 224 Uploads, 223 approved and 1 deleted, approved posts shows only 205 approved posts and the deleted posts counter shows -17 posts.

Seems like the server is subtracting the approved posts and then black magic happens.

ooooohhh I know what I did. don't worry I'll get it fixed in the next update. (Forgot to make the new system ignore "approvals")

Akkira said:
If a submission has a score of -1 and I click vote up, it turns to 0, but the 0 stays red until I refresh the page. The color is probably decided on first page load and not dynamic.

Critical bug in deployed live system to be fixed asap!

Not critical, not even important, and decided not worth the time to fix by both me and Tony

Munkelzahn said:
When I try to open any post on e621, my browser waits endlessly for "ads.dragonfru.it"

Dragonfru.it is a software company that currently owns e621, to which both Char and I are employed. The site and services will be up in due time, we keep getting... opportunities.

Updated by anonymous

Not a bug

Pool vandalism

Last change (Nov 10, 2012 01:19 PM) in this pool history looks really weird.

Updated by anonymous

Char

Former Staff

anomaly said:
Last change (Nov 10, 2012 01:19 PM) in this pool history looks really weird.

Reverted, thanks for pointing it out!

Updated by anonymous

User pages still take forever and a day to load, despite being supposedly fixed.

Loading your own userpage is still basically instantaneous.

Updated by anonymous

GreyMaria said:
User pages still take forever and a day to load, despite being supposedly fixed.

Loading your own userpage is still basically instantaneous.

Some load quicker then others.

Updated by anonymous

Char

Former Staff

Bug: The blacklist for Anonymous users shows up BEHIND the thumbnails in Chrome (Firefox and IE seem to be ok).

Expected Behavior: should appear in front

Steps to reproduce: Click the "blacklist" link in Chrome without being logged in.

Updated by anonymous

Fix pending

order:comments gives a 500 error

Bug: Searching order:comments brings up a 500 error.

Expected behavior: Listed posts by order of comments.

Updated by anonymous

Fix pending

500 when approving/deleting alias/implications with none selected

Bug: hitting "approve" on the alias page when nothing is selected creates a 500 error, as I am guessing it does for hitting delete and on the implications page

Expected behavior: It should just do nothing

Updated by anonymous

Aurali said:
Dragonfru.it is a software company that currently owns e621, to which both Char and I are employed. The site and services will be up in due time, we keep getting... opportunities.

So you're paid to do this?

Updated by anonymous

Not a bug (blacklisted tags weren't present)

Post not blacklisted correctly

The following image shows up on a "-rating:safe" search even though I have "friendship_is_magic" and "my_little_pony" (both tags used for this image) blacklisted. Other mlp images are properly hidden.

post #265749

Updated by anonymous

RedRaven said:
The following image shows up on a "-rating:safe" search even though I have "friendship_is_magic" and "my_little_pony" (both tags used for this image) blacklisted. Other mlp images are properly hidden.

post #265749

Try clearing cache. Uploader only had tagme there so I added more. Think those are enough with mlp and fim. I think.

Updated by anonymous