|
|
|
QuickBar 2 v1.0.2 (4/24/2011), A second quickbar for the masses! |
|
Apr 8 2011, 00:14
|
grumpymal
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
|
QUOTE(coredumperror @ Apr 7 2011, 16:01) Yeah I could fix that pretty easily. Right now I think the settings button attaches to the <body> tag in all pages serves from hentaiverse.org. I could make it attach to the HV frame instead, meaning it wouldn't appear on that log in page. I'll fix that when I get home. Since I'll probably be releasing the Firefox version of QB2 tonight (Sonic was kind enough to donate some webspace to me), I'll add that fix into the next version release.
BB/STAT attached it specifically to the HV box element thing, rather than a generic tag. Also, you'll want to use jQuery v1.5.1 and UI v1.7.3 or v1.8.11 for compatibility with FF4. I personally don't plan on supporting FF4 in future releases, but at least it'll be functional.
|
|
|
|
|
|
Apr 8 2011, 00:31
|
its-just-me
Group: Members
Posts: 208
Joined: 14-October 10
|
count my vote towards porting it to FF (IMG:[ invalid] style_emoticons/default/smile.gif) i will be needing a second quick bar soon using all but 1 slot already.
|
|
|
Apr 10 2011, 05:40
|
grumpymal
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
|
I was mucking around in the script some, and man is it all kinds of broken when thrown into FF. I'm surprised it even works in Chrome.
|
|
|
Apr 10 2011, 09:08
|
coredumperror
Group: Gold Star Club
Posts: 2,750
Joined: 31-January 09
|
QUOTE(cmal @ Apr 9 2011, 20:40) I was mucking around in the script some, and man is it all kinds of broken when thrown into FF. I'm surprised it even works in Chrome.
Which script... QB2? What do you mean by it being broken in FF?
|
|
|
|
|
|
Apr 10 2011, 15:07
|
grumpymal
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
|
QUOTE(coredumperror @ Apr 10 2011, 03:08) Which script... QB2? What do you mean by it being broken in FF?
QB2 in FF. There are all kinds of errors, either because Chrome is more forgiving about certain things or because FF/GM doesn't like certain things, possibly both. First, there's that spell_tuple error. It seems to come up as bad undefined instead of the desired undefined because it doesn't match the condition correctly if you leave any of the slots unassigned. You initialize the settings object with "None" and the spell table uses "None", but once you make a change to your assignments, it'll store any unassigned slot to "(Not assigned)", and that jacks things up when it tries to draw the bar. Works fine in Chrome, not so much in FF. Second, either FF or GM (probably the latter) doesn't like how you're attaching the onmouseover and onclick events. It freaks out and gives that component unavailable message. Third, it also doesn't seem to like the hotkeys. I think FF might use a different format for keypress events.
|
|
|
|
|
|
Apr 11 2011, 00:14
|
coredumperror
Group: Gold Star Club
Posts: 2,750
Joined: 31-January 09
|
QUOTE(cmal @ Apr 10 2011, 06:07) First, there's that spell_tuple error. It seems to come up as bad undefined instead of the desired undefined because it doesn't match the condition correctly if you leave any of the slots unassigned. You initialize the settings object with "None" and the spell table uses "None", but once you make a change to your assignments, it'll store any unassigned slot to "(Not assigned)", and that jacks things up when it tries to draw the bar. Works fine in Chrome, not so much in FF.
OK, that's definitely a bug that's my fault. I can already imagine what line of code is broken there. QUOTE(cmal @ Apr 10 2011, 06:07) Second, either FF or GM (probably the latter) doesn't like how you're attaching the onmouseover and onclick events. It freaks out and gives that component unavailable message.
No clue why this would be happening. I'll look into to today. QUOTE(cmal @ Apr 10 2011, 06:07) Third, it also doesn't seem to like the hotkeys. I think FF might use a different format for keypress events. I know that keyboard events can be weird in different browsers, and I think I went the lazy wrote with how I did them in QB2. I can probably fix that.
|
|
|
|
|
|
Apr 11 2011, 01:33
|
Koshinator
Group: Gold Star Club
Posts: 290
Joined: 9-November 10
|
Awesome addition - many thanks... Though i would voice support in having multiple, switchable bars for special uses..
|
|
|
Apr 11 2011, 07:43
|
coredumperror
Group: Gold Star Club
Posts: 2,750
Joined: 31-January 09
|
QB2 0.2.1 is now available. Mostly just a transitional/bugfix release, though I did make it so changing the buttons mid battle doesn't require a page load any more.
This post has been edited by coredumperror: Apr 11 2011, 07:43
|
|
|
Apr 11 2011, 13:57
|
qwerty1917
Lurker
Group: Lurkers
Posts: 1
Joined: 30-May 10
|
Thank you.
|
|
|
Apr 11 2011, 23:49
|
grumpymal
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
|
Forgot to mention, browser hotkeys are being hijacked by QB2 (most notably, the ever-useful Ctrl+F).
|
|
|
Apr 12 2011, 05:47
|
coredumperror
Group: Gold Star Club
Posts: 2,750
Joined: 31-January 09
|
QUOTE(cmal @ Apr 11 2011, 14:49) Forgot to mention, browser hotkeys are being hijacked by QB2 (most notably, the ever-useful Ctrl+F).
Oh crap, I bet I know exactly why. I'll fix that and put out a point release asap. EDIT: Yup, I was right. It turns out that I was improperly hijacking the hotkey system, swallowing every hotkey that included Ctrl being held. That should be fixed in 0.2.2, which I'll post in a second. This post has been edited by coredumperror: Apr 12 2011, 06:05
|
|
|
Apr 12 2011, 06:15
|
KamuiSeph
Group: Gold Star Club
Posts: 2,076
Joined: 29-August 08
|
QUOTE(coredumperror @ Apr 12 2011, 06:47) swallowing every hotkey that included Ctrl being held.
Why does that sound SO fucking wrong (IMG:[ invalid] style_emoticons/default/laugh.gif)
|
|
|
Apr 18 2011, 05:17
|
coredumperror
Group: Gold Star Club
Posts: 2,750
Joined: 31-January 09
|
QuickBar2 v1.0.0 is now available! Enjoy the newly filtered spell choice dropdowns, showing you only the spells you actually know. Be sure to visit the Abilities page at least once before you try to change your QB2 settings.
When the next version of QB2 comes out, Chrome should update the addon for you automatically. If it doesn't, please let me know.
This post has been edited by coredumperror: Apr 18 2011, 05:17
|
|
|
Apr 18 2011, 05:39
|
coredumperror
Group: Gold Star Club
Posts: 2,750
Joined: 31-January 09
|
QUOTE(Raidy @ Apr 17 2011, 20:27) less confusing to choose spells now that its filtered (IMG:[ invalid] style_emoticons/default/smile.gif) Oh I know! And the list is so much shorter, even for me, that it's far quicker to find the spell I'm looking for.
|
|
|
Apr 18 2011, 06:00
|
Raidy
Group: Members
Posts: 12,814
Joined: 8-July 08
|
yea, it was a very good update
|
|
|
Apr 18 2011, 07:49
|
grumpymal
Group: Gold Star Club
Posts: 10,923
Joined: 2-April 08
|
Oh look, another bug report from me.
The spells default to Absorb in the settings. If I don't set any spells, the QB is blank. If I set a spell, every slot that I don't set gets filled with Absorb. Using Unset redraws an empty QB and the dropdowns are reset to Absorb. This may not be an issue if everyone uses every single slot, but it can be problematic if you don't (I don't use them all, even though I could).
|
|
|
|
|
|
Apr 18 2011, 12:10
|
Koshinator
Group: Gold Star Club
Posts: 290
Joined: 9-November 10
|
Bug report from me - For some reason Arcane Meditation isn't showing up in the slot choice bar, and yes i visited the ability page a few times to make sure. (and before you ask, yes - i do have arcane meditation (IMG:[ invalid] style_emoticons/default/tongue.gif) ) Edit: yeah, arcane meditation is the only spell not showing up on the list for me, the rest of them are still there... This post has been edited by Koshinator: Apr 18 2011, 12:14
|
|
|
Apr 18 2011, 19:37
|
coredumperror
Group: Gold Star Club
Posts: 2,750
Joined: 31-January 09
|
Thanks for the reports guys. I have a food idea about what's causing all those things, so I'll have fixes up by tonight, soon after I get home from work. Could you guys please check o see if Chrome updated qb2 for you, before manually updating next time? I want to make sure the auto update works.
|
|
|
Apr 19 2011, 00:36
|
Koshinator
Group: Gold Star Club
Posts: 290
Joined: 9-November 10
|
It did auto-update for me at least - that's when arcance meditation dissappeared and it asked you to enter the abilities page to teach it what you got.. EDIT: A food idea? As long as it's not related to potatoes.... (IMG:[ invalid] style_emoticons/default/tongue.gif) This post has been edited by Koshinator: Apr 19 2011, 00:37
|
|
|
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:
|
|
|
|
|