Mybb upgrade bugs
Sometimes when I give a rep the popup box that shows the rep was given successfully won't go away. I try clicking or pushing escape and various things, but it won't leave until I refresh the page. Minor bug, but one nonetheless.
[Image: XTe1j6J.png]
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Reply

Sponsored links

(11-05-2015, 03:22 AM)Blyss Sarania Wrote: Sometimes when I give a rep the popup box that shows the rep was given successfully won't go away. I try clicking or pushing escape and various things, but it won't leave until I refresh the page. Minor bug, but one nonetheless.

Are you using firefox? cos i've had that with websites im building as well with FF only, so I would suspect it's a bug in that.
[Image: ref-sig-anim.gif]

Reply
Yes FF.

Hmm.
[Image: XTe1j6J.png]
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Reply
(11-05-2015, 03:22 AM)Blyss Sarania Wrote: Sometimes when I give a rep the popup box that shows the rep was given successfully won't go away. I try clicking or pushing escape and various things, but it won't leave until I refresh the page. Minor bug, but one nonetheless.

can also confirm that it's present on the developer edition of Firefox, not really a bother though Tongue2
We're supposed to be working as a team, if we aren't helping and suggesting things to each other, we aren't working as a team.
- Refraction
Reply
< and > in posts can wreak havoc I've discovered. I quoted a post with them in it and it removed some words from the quote and put my reply inside the quote like the /quote wasn't there. Removing the less than and greater thans from the quote fixed it.


I'm guessing it has to do with how mods and admins have HTML permissions where normal users don't. So if a normal user uses them it's fine, but then when I quote it, it tries to parse it as a tag. Not sure that's really a bug, but it's noteworthy. Wasnt it a less than that broke Saiki's post so badly like he reported earlier in the thread? And he has HTML permissions from translator I bet.
[Image: XTe1j6J.png]
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Reply
Yeah it's a plugin, I guess it behaves worse after the mybb upgrade. Although it is still actively maintained. In any case, there was a new version out to which I've updated but that shouldn't make a difference:

Change Log
v1.7
* Fixed bug where HTML would not show in portal.
* Fixed bug where HTML would not show in thread review within the new reply page.
[Image: newsig.jpg]
Reply
(11-10-2015, 11:29 PM)Bositman Wrote: Yeah it's a plugin, I guess it behaves worse after the mybb upgrade. Although it is still actively maintained. In any case, there was a new version out to which I've updated but that shouldn't make a difference:

Change Log
v1.7
* Fixed bug where HTML would not show in portal.
* Fixed bug where HTML would not show in thread review within the new reply page.

Actually it seems to have fixed it:

http://forums.pcsx2.net/Thread-GZIP-comp...#pid490986

Same post quoted, but it worked normally.

Edit: Well not quite normally, but better. It didn't completely break like before. It did mess up but not as badly.
[Image: XTe1j6J.png]
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Reply
Are you still playing with it?

Quoting smaller '>' doesn't work nicely.
Writing something like < select > without spaces creates a dropdown menu...
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
(source: selfhtml)

Here are the other html tags. I think most of them shouldn't be enabled for me.

<HTML> HALLO </HTML> HTML
<HEAD> HALLO </HEAD> HEAD
<TITLE> HALLO </TITLE> TITLE
<BODY> HALLO </BODY> BODY
<B>HALLO</B> B
<STRONG>HALLO</STRONG> Strong
<EM>HALLO</EM> EM
<I> HALLO</I> I

<H1>HALLO</H1> H1
<FONT SIZE=3 >HALLO </FONT> FONT
<P> HALLO </P>
<BR> BR
<BLOCKQUOTE> HALLO </BLOCKQUOTE> BLOCKQUOTE

<OL> HALLO </OL> OL
<UL> HALLO </UL> UL
<LI> HALLO </LI> LI
<DL> HALLO </DL> DL
<DT> DT
<DD> DD

<CAPTION> HALLO </CAPTION> Caption
<A HREF="mapping file url">HALLO</A> A
<IMG SRC="url" /> IMG



<FONT COLOR="RED"> HALLO </FONT> Font

<TABLE >
<TR >
<TD > HALLO </TD>
</TR>
</TABLE> Table, TR, TD

<FORM> HALLO </FORM> FORM
<INPUT> HALLO </INPUT> INPUT
<SELECT>HALLO </SELECT>SELECT
<TEXTAREA>HALLO </TEXTAREA> TEXTAREA
<HR /> HR
<!-- HALLO --> (Comment code)
Reply
(11-11-2015, 09:19 PM)willkuer Wrote: Are you still playing with it?

Quoting smaller '>' doesn't work nicely.
Writing something like < select > without spaces creates a dropdown menu...

(source: selfhtml)

Yes. It engages still when I quote stuff that is/might be HTML.
[Image: XTe1j6J.png]
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Reply
(11-11-2015, 09:19 PM)willkuer Wrote: Are you still playing with it?

Quoting smaller '>' doesn't work nicely.
Writing something like < select > without spaces creates a dropdown menu...
<select>
 <option value="volvo">Volvo</option>
 <option value="saab">Saab</option>
 <option value="mercedes">Mercedes</option>
 <option value="audi">Audi</option>
</select>
(source: selfhtml)

Here are the other html tags. I think most of them shouldn't be enabled for me.

<HTML> HALLO </HTML> HTML
<HEAD> HALLO </HEAD> HEAD
<TITLE> HALLO </TITLE> TITLE
<BODY> HALLO </BODY> BODY
<B>HALLO</B> B
<STRONG>HALLO</STRONG> Strong
<EM>HALLO</EM> EM
<I> HALLO</I> I

<H1>HALLO</H1> H1
<FONT SIZE=3 >HALLO </FONT> FONT
<P> HALLO </P>
<BR> BR
<BLOCKQUOTE> HALLO </BLOCKQUOTE> BLOCKQUOTE

<OL> HALLO </OL> OL
<UL> HALLO </UL> UL
<LI> HALLO </LI> LI
<DL> HALLO </DL> DL
<DT> DT
<DD> DD

<CAPTION> HALLO </CAPTION> Caption
<A HREF="mapping file url">HALLO</A> A
<IMG SRC="url" /> IMG



<FONT COLOR="RED"> HALLO </FONT> Font

<TABLE >
<TR >
<TD > HALLO </TD>
</TR>
</TABLE> Table, TR, TD

<FORM> HALLO </FORM> FORM
<INPUT> HALLO </INPUT> INPUT
<SELECT>HALLO </SELECT>SELECT
<TEXTAREA>HALLO </TEXTAREA> TEXTAREA
<HR /> HR
<!-- HALLO --> (Comment code)

And now quoting it.... This seems to work here. I had some issues before.

Wait it doesn't work if I put <----> somewhere

(11-11-2015, 09:19 PM)willkuer Wrote: Are you still playing with it?

Quoting smaller '>' doesn't work nicely.
Writing something like < select > without spaces creates a dropdown menu...
<select>
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</select>
(source: selfhtml)

Here are the other html tags. I think most of them shouldn't be enabled for me.

<HTML> HALLO </HTML> HTML
<HEAD> HALLO </HEAD> HEAD
<TITLE> HALLO </TITLE> TITLE
<BODY> HALLO </BODY> BODY
<B>HALLO</B> B
<STRONG>HALLO</STRONG> Strong
<EM>HALLO</EM> EM
<I> HALLO</I> I

<H1>HALLO</H1> H1
<FONT SIZE=3 >HALLO </FONT> FONT
<P> HALLO </P>
<BR> BR
<BLOCKQUOTE> HALLO </BLOCKQUOTE> BLOCKQUOTE

<OL> HALLO </OL> OL
<UL> HALLO </UL> UL
<LI> HALLO </LI> LI
<DL> HALLO </DL> DL
<DT> DT
<DD> DD

<CAPTION> HALLO </CAPTION> Caption
<A HREF="mapping file url">HALLO</A> A
<IMG SRC="url" /> IMG



<FONT COLOR="RED"> HALLO </FONT> Font

<TABLE >
<TR >
<TD > HALLO </TD>
</TR>
</TABLE> Table, TR, TD

<FORM> HALLO </FORM> FORM
<INPUT> HALLO </INPUT> INPUT
<SELECT>HALLO </SELECT>SELECT
<TEXTAREA>HALLO </TEXTAREA> TEXTAREA
<HR /> HR
<!-- HALLO --> (Comment code)

<--------------------------->
Reply




Users browsing this thread: 4 Guest(s)