Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
Please post all v2 bugs here. Also, please state your web browser and operating system. Thank you.



Known
- Search box on Linux is slightly off with the "Go" button. Supposedly off in FF too.
- Post layout doesn't effect the post preview page.
- Titles that are too long wrap to next line in post layout and mess up text body. See search page for "Testing"
- Miniprofile text is too light to easily read the data.
- When modifying profile, changing avatar can throw off footer buttons position (in IE at least)
- Doesn't go to post when clicking the "new" icon.
- v2 Info center doesn't appear in Netscape 8.1.2. v1 and v0 also possibly have this problem.



Not Bugs/Unfixable
- Quick reply sometimes only shows the "Extended Postarea" button. This is a rendering glitch and isn't fixable. Not even California could.
- Clicking back after clicking "Extended Postarea" isn't a bug to have it disabled. That was intentional. User input will be taken into consideration if the idea is not liked.
- Rate icons on post page would stretch the post page considerably, therefore they aren't shown. A preview option may be added.
- Post reply/quick reply middle section isn't there in Opera. It caused a glitch that wouldn't let the form submit.



Fixed
- Delete button doesn't work
- Can't hit tab then enter in quick reply to post.
- Popup widths need to be double checked with 20px added.
- Avatar on view profile page isn't updated in the table until next page view.
- Messengers don't appear in the view profile page.
- Smilies in Opera. Smiley table will be disabled for Opera users as the fix.
- Last Edit box appears on PM page when there is no "last edit" feature.
- Underline still applies to images. Just need to do a global loop.
- Site is off center in IE. Caused by having ads vs not.
- No mark as read button on home page.
- "Feature" menu button doesn't work in IE.
- Lucifer had normal mod color in v1 and v0.
- Staff reorder didn't move Lucifer up to be with EMods.
- Banner changer didn't work in v1.
- aTE is undefined in v1 for IE users.
- Some threads were added to the announcement section because they contained "Announcement"
- Unreplied threads count doesn't update.
- Skin list goes v2, v0, v1, not v2, v1, v0.
- Avatar isn't forced to resize in nav table.
- Text that is too long messes up whole table in miniprofile.
- "Unreplied Threads" counts stickied threads


Last Edit: Mar 24, 2007 21:04:04 GMT by Chris

Crazy

Crazy Avatar

**
Official Member

107


October 2005
It's off in Firefox too ;) At least for me.

Scorpian

Scorpian Avatar

******
[ Bracket Admin ]

2,457


April 2006
The quick reply box sometimes doesn't show. I just see the extended posting area button. :-/
wat

AI

AI Avatar

***
Dedicated Member

143


May 2006
This is not a bug... remove "Almost there" from the main header. :P

Pierce

Pierce Avatar
bloodshot

*
New Member

8


February 2007
ahhhh, this?

i13.photobucket.com/albums/a256/midnightimages/bug.jpg

my avatar is appearing at its natural size
-Pierce
Midnight Forums


Crazy

Crazy Avatar

**
Official Member

107


October 2005
Ah, and the quick reply box is to big in width.

mukei

mukei Avatar

****
Senior Member

481


July 2006
Quick Reply box sometimes doesn't open up. Also, when you click on extended posting area button and then go back to Quick Reply, it doesn't let you click on the Extended Posting Area button again. In addition, the Post Reply button doesn't work either!

Rate icons aren't showing up (in regular reply page, not the Rate Icons pop-up, which works perfectly fine).

In addition, you should fix the pop-up window width for "Rate Icons" and "Smilies." The UBBC pop-up width is fine, though.

That's all I've found so far. :P

3:

3: Avatar
...xD

***
Dedicated Member

158


June 2006
The post layout does not affect the Post Preview page...or did you not want it to? xD

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
The list has been updated.

ircrazyd said:
It's off in Firefox too ;) At least for me.


I'm going to talk to you about this via MSN to get it sorted.



scorpian8867 said:
The quick reply box sometimes doesn't show. I just see the extended posting area button. :-/


FF rendering glitch. I can't do anything about it nor could California.



pierce said:
ahhhh, this?

i13.photobucket.com/albums/a256/midnightimages/bug.jpg

my avatar is appearing at its natural size


Indeed a bug. For the time being, your best bet is to resize your avatar and rehost it. I'll fix this soon, hopefully.



ircrazyd said:
Ah, and the quick reply box is to big in width.


I'll talk with you about this on MSN.


aznx said:
Quick Reply box sometimes doesn't open up.

Not a bug. Explained in first post.

Also, when you click on extended posting area button and then go back to Quick Reply, it doesn't let you click on the Extended Posting Area button again. In addition, the Post Reply button doesn't work either!

This was intentional. If people don't like it, I can remove it easily.

Rate icons aren't showing up (in regular reply page, not the Rate Icons pop-up, which works perfectly fine).

Again, intentional. They vertically stretched the page to an insane amount.

In addition, you should fix the pop-up window width for "Rate Icons" and "Smilies." The UBBC pop-up width is fine, though.

Added to the list.



beta said:
The post layout does not affect the Post Preview page...or did you not want it to? xD


Added to list.

mukei

mukei Avatar

****
Senior Member

481


July 2006
Chris, it's not just the Extended Posting Area button, but the Post Reply button as well.

Chris

Chris Avatar

******
Head Coder

19,519


June 2005
aznx said:
Chris, it's not just the Extended Posting Area button, but the Post Reply button as well.


Again, intentional. :P Start a thread in the Convention Center, and if enough people don't want it that way, I'll remove it. (Enough being like 5.)

Weasel

Weasel Avatar
I Love Brittany

*
New Member

5


February 2007
Bug: You have the symbols for the IM programs, but you have removed the actual screennames from the Profiles. This is a problem, but the biggest problem is for MSN screennames, because the others are clickable, and that one is not. :)

EDIT:

Bug: Opera Browser One of the smilies is not appearing, and I am unable to click and use any of the smilies from the smilies box.


Last Edit: Feb 2, 2007 5:37:28 GMT by Weasel



(¯`•DregondRahl•._)

(¯`•DregondRahl•._) Avatar
Remanifesting-Eternal

***
Dedicated Member

239


September 2006
for the quick reply bug , have you tried working up the parent Nodes to the textarea from the font node?

like


for(i = font.length-1; i > 0; i --){
    if(font.item(i).innerHTML.match(/box: Alt\+Q/)){
        font.item(i).parentNodes
    }
}


it may be a couple milliseconds slower but i think it might fix the problem.


Last Edit: Feb 2, 2007 13:16:58 GMT by (¯`•DregondRahl•._)




Simie

Simie Avatar

******
ProScripter

1,052


May 2006
Clicky



:o

First result looks nasty


Last Edit: Feb 2, 2007 14:03:01 GMT by Simie

Josh

Josh Avatar

*
New Member

0


July 2009
The go button is not off in Firefox for me and wasn't when I was beta testing either. Only thing about it is the underline overlay. In fact, can't you do that to any image link? Really annoying

And fix the damn bug I reported like two weeks ago. :P I should be able to do a tab+enter on the quick reply box to post. I don't want to edit my Firefox settings any further to use alt+s. :P

And darken the mini profile gray text a tad, also like I suggested. Teh top bit is really hard to read


Also, SSD hasn't used that affiliate banner since v4, and we all know how long v5 has been up. *Grumbles about it being up for more than 2 years now*


Last Edit: Feb 2, 2007 15:25:23 GMT by Josh
This is my old account. This is my new account

newBookmarkLockedFalling