Staredit Network > Forums > Staredit Network > Topic: List of Known Bugs/Needed Features
List of Known Bugs/Needed Features
This topic is locked. You can no longer write replies here.
Mar 24 2008, 1:13 am
By: DevliN
Pages: < 1 « 65 66 67 68 6990 >
 

Dec 16 2010, 11:52 pm payne Post #1321

:payne:

Quote from DavidJCobb
Quote from payne
Pressing that "Toggle Multi-Quote" button at the bottom right of each post when on Chrome just spawns a "javascrip:void(0)".
Where does it "spawn" that, and did you copy and paste? If you copied and pasted, then it's missing a "t", which indicates... something bizarre. Like, even for Chrome.
It spawn at bottom left of the screen, as if it was an URL. And no, I just made a typo. :P



None.

Dec 17 2010, 1:22 am DavidJCobb Post #1322



Fix for payne's problem. Devlin, I'll need you to do this since I still have no FTP access. Find the multiquote function on line 197 of /support/forums.js and inside of it, change these
Code
eval("document.mq_img_"+id+".src = '/skins/"+skin_base+"/forums/r_quote_sel.gif'");

Code
eval("document.mq_img_"+id+".src = '/skins/"+skin_base+"/forums/r_quote.gif'");

to these:
Code
document.getElementById("mq_img_"+id).src = "/skins/"+skin_base+"/forums/r_quote_sel.gif";

Code
document.getElementById("mq_img_"+id).src = "/skins/"+skin_base+"/forums/r_quote.gif";


The code was using the rather archaic eval function to retrieve the Multiquote button in a rather archaic way -- and even then, incorrectly.



None.

Dec 17 2010, 2:55 am poison_us Post #1323

Back* from the grave

For whatever reason, this forum is marked as having new posts while it does not upon opening. Returning to the index still shows that the forum has new posts, even though the latest is above me. Not too big of a deal, I just thought maybe you'd like something to do.




Dec 17 2010, 3:09 am payne Post #1324

:payne:

Quote from poison_us
For whatever reason, this forum is marked as having new posts while it does not upon opening. Returning to the index still shows that the forum has new posts, even though the latest is above me. Not too big of a deal, I just thought maybe you'd like something to do.
Ya, happened to me for quite a lot of forums, yet I was too lazy to report it. :P



None.

Dec 17 2010, 4:01 am DevliN Post #1325

OVERWATCH STATUS GO

Quote from DavidJCobb
Fix for payne's problem. Devlin, I'll need you to do this since I still have no FTP access. Find the multiquote function on line 197 of /support/forums.js and inside of it, change these
Code
eval("document.mq_img_"+id+".src = '/skins/"+skin_base+"/forums/r_quote_sel.gif'");

Code
eval("document.mq_img_"+id+".src = '/skins/"+skin_base+"/forums/r_quote.gif'");

to these:
Code
document.getElementById("mq_img_"+id).src = "/skins/"+skin_base+"/forums/r_quote_sel.gif";

Code
document.getElementById("mq_img_"+id).src = "/skins/"+skin_base+"/forums/r_quote.gif";


The code was using the rather archaic eval function to retrieve the Multiquote button in a rather archaic way -- and even then, incorrectly.
Changed.

EDIT:
Tested on Chrome, and it works fine now. Yay!



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Dec 17 2010, 5:06 am DavidJCobb Post #1326



Quote from payne
Quote from poison_us
For whatever reason, this forum is marked as having new posts while it does not upon opening. Returning to the index still shows that the forum has new posts, even though the latest is above me. Not too big of a deal, I just thought maybe you'd like something to do.
Ya, happened to me for quite a lot of forums, yet I was too lazy to report it. :P
I've noticed topics occasionally showing up as having unread posts even though I've read the whole thread. Related?



None.

Dec 17 2010, 6:13 am payne Post #1327

:payne:

Quote from DavidJCobb
Quote from payne
Quote from poison_us
For whatever reason, this forum is marked as having new posts while it does not upon opening. Returning to the index still shows that the forum has new posts, even though the latest is above me. Not too big of a deal, I just thought maybe you'd like something to do.
Ya, happened to me for quite a lot of forums, yet I was too lazy to report it. :P
I've noticed topics occasionally showing up as having unread posts even though I've read the whole thread. Related?
Also, but as poison said, some times, even if all topics are marked as read, the forum is marked as unread.



None.

Dec 17 2010, 5:43 pm poison_us Post #1328

Back* from the grave

Quote from DevliN
EDIT:
Tested on Chrome, and it works fine now. Yay!
Does not work for my Chrome: 8.0.552.224





Dec 17 2010, 5:54 pm O)FaRTy1billion[MM] Post #1329

👻 👾 👽 💪

Update your browser or cleare your cache.

It worked for my Chrome




TinyMap2 - Latest in map compression! ( 7/09/14 - New build! )
EUD Action Enabler - Lightweight EUD/EPD support! (ChaosLauncher/MPQDraft support!)
EUDDB - topic - Help out by adding your EUDs! Or Submit reference files in the References tab!
MapSketch - New image->map generator!
EUDTrig - topic - Quickly and easily convert offsets to EUDs! (extended players supported)
SC2 Map Texture Mask Importer/Exporter - Edit texture placement in an image editor!
\:farty\: This page has been viewed [img]http://farty1billion.dyndns.org/Clicky.php?img.gif[/img] times!

Dec 17 2010, 7:48 pm poison_us Post #1330

Back* from the grave

Wow, it worked this time, and I didn't do either.




Dec 19 2010, 6:13 pm Ahli Post #1331

I do stuff and thingies... Try widening and reducing the number of small nooks and crannies to correct the problem.

Can you make a list under Wiki with Starcraft Broodwar Wiki and Starcraft 2 Wiki like this?
Starcraft 2
Starcraft Broodwar




Dec 19 2010, 8:30 pm DevliN Post #1332

OVERWATCH STATUS GO

Yes, that's the plan. I haven't done that yet without Devourer's help because I don't want to screw anything up.



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Dec 21 2010, 7:35 am DT_Battlekruser Post #1333



The bug with "Remember Me" should be fixed (I tested it pretty carefully). Also fixed a related bug where "don't remember me" also didn't work (checking or not checking the box on login had the same effect).

Please report any further issues.




None.

Dec 21 2010, 8:10 am payne Post #1334

:payne:

Quote from DT_Battlekruser
The bug with "Remember Me" should be fixed (I tested it pretty carefully). Also fixed a related bug where "don't remember me" also didn't work (checking or not checking the box on login had the same effect).

Please report any further issues.
Hourray! :yahoo:



None.

Dec 21 2010, 8:18 am DavidJCobb Post #1335



Quote from payne
Quote from DT_Battlekruser
The bug with "Remember Me" should be fixed (I tested it pretty carefully). Also fixed a related bug where "don't remember me" also didn't work (checking or not checking the box on login had the same effect).

Please report any further issues.
Hourray! :yahoo:
You win a free internet, DTBK. :D



None.

Dec 21 2010, 9:13 am payne Post #1336

:payne:

Just had to relog. D:
And next page I loaded, it got me a MySQL. :><:



None.

Dec 21 2010, 5:44 pm DavidJCobb Post #1337



Just had to relog now, too. I also had to do so immediately prior to my previous post, but I assumed that that was just some kind of one-time reset from the fix.

I've checked "Remember Me" both times, and have both "life" and "sess" cookies.

EDIT: Okay, I have FTP access now. What do I need to work on?

Post has been edited 1 time(s), last time on Dec 21 2010, 6:06 pm by DavidJCobb.



None.

Dec 21 2010, 6:10 pm payne Post #1338

:payne:

Quote from DavidJCobb
EDIT: Okay, I have FTP access now. What do I need to work on?
Everything. :sly:

EDIT: Or this.

Post has been edited 1 time(s), last time on Dec 21 2010, 6:12 pm by payne. Reason: The Game.



None.

Dec 21 2010, 6:28 pm DavidJCobb Post #1339



Bug report! Say you have all the PMs from a conversation in your inbox, and you view one.

Beneath that one PM, the others that you have saved will be shown, in a thread-like style. "Delete" and "Reply" links are shown for each PM. However, those links all apply to the PM you view.

So let's say I have a sequence of PMs like this:
Quote from Dude
Sup dawg?
Quote from Dawg
Not much, dude.
Quote from Dude
K.

And I view the last PM. I'll see this:
Quote from Dude
K.
[delete] [reply to sender] [reply to all]
Quote from Dawg
Not much, dude.
[delete] [reply to sender] [reply to all]
Quote from Dude
Sup dawg?
[delete] [reply to sender] [reply to all]

But instead of deleting the PMs that they're shown with, all of the PMs delete the main PM I'm viewing ("K.").

Quote from payne
Quote from DavidJCobb
EDIT: Okay, I have FTP access now. What do I need to work on?
Everything. :sly:

EDIT: Or this.
Assuming that that link isn't broken, you linked to the login bug. I can't fix that.



None.

Dec 21 2010, 6:37 pm payne Post #1340

:payne:

It's basically the fact that the number of posts displayed per page makes the individual "Post link" not work. D:
I was linking to "Post #1142" of this thread that is, for me, at Page 29.

This post was somewhat relevant as well, so you might want to go look at it. ^^

Also, there's this PM-related bug where the inbox and sent messages numbers aren't displayed properly.
And the Global Space used not being updated when you delete an attachment is pretty gay too.



None.

Options
Pages: < 1 « 65 66 67 68 6990 >
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[11:26 am]
ridicaw408 -- Sports and Fitness Equipment manufacturer https://www.riogrand.in/
[11:25 am]
ridicaw408 -- Sports and Fitness Equipment manufacturer https://www.riogrand.in/
[11:25 am]
ridicaw408 -- Sports and Fitness Equipment manufacturer https://www.riogrand.in/
[11:25 am]
ridicaw408 -- Sports and Fitness Equipment manufacturer https://www.riogrand.in/
[11:25 am]
ridicaw408 -- Sports and Fitness Equipment manufacturer https://www.riogrand.in/
[11:25 am]
ridicaw408 -- Sports and Fitness Equipment manufacturer https://www.riogrand.in/
[11:25 am]
ridicaw408 -- Sports and Fitness Equipment manufacturer https://www.riogrand.in/
[11:24 am]
ridicaw408 -- Outdoor gym and fitness equipment manufacturer and suppliers https://mountwoodco.com/outdoorgym-equipment-manufacturer-in-uttar-pradesh.php
[11:24 am]
ridicaw408 -- Outdoor gym and fitness equipment manufacturer and suppliers https://mountwoodco.com/outdoorgym-equipment-manufacturer-in-uttar-pradesh.php
[11:23 am]
ridicaw408 -- Outdoor gym and fitness equipment manufacturer and suppliers https://mountwoodco.com/outdoorgym-equipment-manufacturer-in-uttar-pradesh.php
Please log in to shout.


Members Online: 7madisone1523hL2, 3taylore523wg2