Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2019-09-14 09:53:08

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

dif wtf is happaneing look at this little bug i found on your forum

g40uih.jpg as you can see the pags gets put behind the index>>XX>>YY thing not a big porblem but in case of this topic it ha smore then 1 page so yeah... fix it please


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

Wooted by:

#2 2019-09-14 10:28:23

Gosha
Member
From: Russia
Joined: 2015-03-15
Posts: 6,202

Re: dif wtf is happaneing look at this little bug i found on your forum

1) does it disappear after you reload? Is this the first time you've get this?
2) can you replicate it?
3) how?

Offline

#3 2019-09-14 11:08:30

Anatoly
Guest

Re: dif wtf is happaneing look at this little bug i found on your forum

also

4) browser name and version
5) if you had it before, when exactly did it started.
6) do you have any add-ons?

Make sure that you're internet connection was good when you've opened the page. The problem may be that some stylesheet didn't load and ka-bum.

#4 2019-09-14 12:59:46

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

Re: dif wtf is happaneing look at this little bug i found on your forum

Gosha wrote:

1) does it disappear after you reload? Is this the first time you've get this?
2) can you replicate it?
3) how?

Anatoly wrote:

also

4) browser name and version
5) if you had it before, when exactly did it started.
6) do you have any add-ons?

Make sure that you're internet connection was good when you've opened the page. The problem may be that some stylesheet didn't load and ka-bum.

1 it happaned only today  it resets back after gyou go to a new thred ect
2 yes
3 hover over the thread title at the bottom j
4 chrome version idfk
5 see 1
6 idk wht u mean
7 alos it still happens


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

#5 2019-09-14 13:43:04

Anatoly
Guest

Re: dif wtf is happaneing look at this little bug i found on your forum

Can't reproduce.

#6 2019-09-14 15:18:30

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

Re: dif wtf is happaneing look at this little bug i found on your forum

somehow i foudn an quicker way to fix it hovering over post replay fixed it until you reopen the thread or anothr thread


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

#7 2019-10-06 20:08:18, last edited by Trytu (2019-10-06 20:12:08)

Trytu
Member
From: Poland
Joined: 2017-12-10
Posts: 816

Re: dif wtf is happaneing look at this little bug i found on your forum

Sorry for gravedigging but it looks like i found the way to reproduce the bug, and possible reason:
so the problem is in the div with "pages", "post reply", "road from index to topic" and "Subscribe the topic"
but mostly about the "pages"
pages css says that
"pages"{
float: left;
}
"post reply"{
float: right;
text-align: right;
}
"road from index to topic"{
clear: both;
}
float makes paragraphs "pages" and "post reply" in the same line, what is good, but idk why, but sometimes text floats in the div in the way like there isn't any line (i would need to do some tests to find out if it's normal, but when i erased "float: left", and writted it again, it worked well).

To fix it i would put "pages" and "post reply" in the table, then float wouldn't have to be used.

How to reproduce:
reolad the page when hovering mouse on the "road from index to topic" or quite above "pages" and then to "road from index to topic"
you can reproduce it logged in or logged out, but logged out, you canot "post reply"


4puJMaQ.png
Thanks to Nikko99 for signature
https: //media.discordapp.net/attachments/402174325349941249/482121641745186816/KHiX2DEFewAAAABJRU5ErkJggg.png
https: //i.imgur.com/YFtzyXA.png

Offline

#8 2019-10-06 20:48:11

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,572

Re: dif wtf is happaneing look at this little bug i found on your forum

Trytu wrote:

How to reproduce:
reolad the page when hovering mouse on the "road from index to topic" or quite above "pages" and then to "road from index to topic"
you can reproduce it logged in or logged out, but logged out, you canot "post reply"

Can you expand on that at all? I've been spamming F5 while holding my mouse over various bits and then moving it to other bits, nothing so far.

Trytu wrote:

sometimes text floats in the div in the way like there isn't any line

I don't quite understand this bit, could you rephrase? what line?

The CSS as written shouldn't have any issues. There aren't any conflicting CSS rules that would take the Pages: section out of the normal browser flow on hover or on any other condition. Actually whatever this is would have to kick both the pages and the reply button out of the flow, since the breadcrumbs (Index > Forum > Topic thing) are set to clear all floated elements.

Creating a table might work but so should the way things are currently. And it does work on every browser that follows the rules.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#9 2019-10-06 20:58:53

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

Re: dif wtf is happaneing look at this little bug i found on your forum

Different55 wrote:

Creating a table might work but so should the way things are currently.

but they dont //forums.everybodyedits.com/img/smilies/big_smile


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

#10 2019-10-06 21:22:15, last edited by Different55 (2019-10-06 21:27:45)

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,572

Re: dif wtf is happaneing look at this little bug i found on your forum

peace wrote:
Different55 wrote:

Creating a table might work but so should the way things are currently.

but they dont //forums.everybodyedits.com/img/smilies/big_smile

Not because of any flaw in the code, because of a flaw in Chrome. And I'm not inclined to spend my hours working around obscure Chrome bugs that will eventually be fixed. Happy to submit a bug report if we can gather enough info to be able to do that though.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#11 2019-10-06 21:39:43

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

Re: dif wtf is happaneing look at this little bug i found on your forum

diff add someone else to admin who can do that for you //forums.everybodyedits.com/img/smilies/big_smile


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

#12 2019-10-06 21:57:42, last edited by Trytu (2019-10-06 22:05:50)

Trytu
Member
From: Poland
Joined: 2017-12-10
Posts: 816

Re: dif wtf is happaneing look at this little bug i found on your forum

Different55 wrote:

Can you expand on that at all? I've been spamming F5 while holding my mouse over various bits and then moving it to other bits, nothing so far.

i'm using chrome, on firefox i cannot reproduce it,
sometimes text "pages" and "road from index to topic" doesn't cover exacly (sometimes "road from index to topic" go higher only by few pixels, sometimes by padding, sometimes by full line with padding), but always appear for me (except window ratio lesset than 4:3
earlier (when i writter last post) i didn't saw this but so frequently, but now i see it almost always,
"post reply" hovering makes it always fix and make unable to reproduce until reolad,
if you hover mouse on "»" text, bug doesn't appear, but when hovering the hyperlink, it appears,
opening F12 does fix the bug, but after reolading i'm able to reproduce it again i was able to do it earlier but now i'm noti'm able to open F12 console, and test the bug, but only on topicks that has more than one page
resizing the window horrisontally in both direction does fix the but, but vertically doesn't
when the title of the topic is longer, topic has more than one page, the "road from index to topic" goes higher over the pages
when the title of the topic is longer, topic has more than one page, bug appears even when the screen is in horisontal smatrphone width
few minutes ago i noticed that the first link that you hover in the div box has to be one of the "road from index to topic" links to make bug appear (you cannot hover on "pages" or "post reply")
i tested this on this topic, and topicks id: 45174, 46072, 46372

Different55 wrote:
Trytu wrote:

sometimes text floats in the div in the way like there isn't any line

I don't quite understand this bit, could you rephrase? what line?

with brackers next to it i probably wanted to say that maybe it's normal, that "float" makes the paragraph float under other paragraph (i mean not in this conditions, but in others that do it intencionally)
i didn't mean that here it's normal, but in some conditions is
just wanted to say that float is quite risky to use
now when i see how it works in chrome (it works without bugs) i would esase that sentence
my screen ratio - 16:9 - it can be helpfull

EDIT: did I said that bug appear only after hovering the link?, if not, i'm saying it exacly now


4puJMaQ.png
Thanks to Nikko99 for signature
https: //media.discordapp.net/attachments/402174325349941249/482121641745186816/KHiX2DEFewAAAABJRU5ErkJggg.png
https: //i.imgur.com/YFtzyXA.png

Offline

#13 2019-10-06 22:14:27

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,572

Re: dif wtf is happaneing look at this little bug i found on your forum

Trytu wrote:
Different55 wrote:

Can you expand on that at all? I've been spamming F5 while holding my mouse over various bits and then moving it to other bits, nothing so far.

i'm using chrome, on firefox i cannot reproduce it,
sometimes text "pages" and "road from index to topic" doesn't cover exacly (sometimes "road from index to topic" go higher only by few pixels, sometimes by padding, sometimes by full line with padding), but always appear for me (except window ratio lesset than 4:3
earlier (when i writter last post) i didn't saw this but so frequently, but now i see it almost always,
"post reply" hovering makes it always fix and make unable to reproduce until reolad,
if you hover mouse on "»" text, bug doesn't appear, but when hovering the hyperlink, it appears,
opening F12 does fix the bug, but after reolading i'm able to reproduce it again i was able to do it earlier but now i'm noti'm able to open F12 console, and test the bug, but only on topicks that has more than one page
resizing the window horrisontally in both direction does fix the but, but vertically doesn't
when the title of the topic is longer, topic has more than one page, the "road from index to topic" goes higher over the pages
when the title of the topic is longer, topic has more than one page, bug appears even when the screen is in horisontal smatrphone width
few minutes ago i noticed that the first link that you hover in the div box has to be one of the "road from index to topic" links to make bug appear (you cannot hover on "pages" or "post reply")
i tested this on this topic, and topicks id: 45174, 46072, 46372

Different55 wrote:
Trytu wrote:

sometimes text floats in the div in the way like there isn't any line

I don't quite understand this bit, could you rephrase? what line?

with brackers next to it i probably wanted to say that maybe it's normal, that "float" makes the paragraph float under other paragraph (i mean not in this conditions, but in others that do it intencionally)
i didn't mean that here it's normal, but in some conditions is
just wanted to say that float is quite risky to use
now when i see how it works in chrome (it works without bugs) i would esase that sentence
my screen ratio - 16:9 - it can be helpfull

EDIT: did I said that bug appear only after hovering the link?, if not, i'm saying it exacly now

Yeah, using Chrome Version 77.0.3865.90 (Official Build) (64-bit). Not able to reproduce with those instructions but the description of things you say make it go away definitely sounds like a chrome bug. Sounds like it goes away whenever anything triggers a reflow of the page, which isn't even anything that the forums are really capable of responding to through CSS.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#14 2019-10-06 22:54:23, last edited by Trytu (2019-10-06 22:55:47)

Trytu
Member
From: Poland
Joined: 2017-12-10
Posts: 816

Re: dif wtf is happaneing look at this little bug i found on your forum

77.0.3865.90 64 bit too, on 2 different computers, i can try another one, from my sister,
76.0.3809.100 64 bit was different - bug didn't appear, but then i did actualisation, and bug did appear
i have 4 computers
3 of them had same bug (not logged on accout)
fourth didn't had the bug until actualisation (not logged on accout)
(all tested on this topic: https://forums.everybodyedits.com/viewt … ?id=46301)


4puJMaQ.png
Thanks to Nikko99 for signature
https: //media.discordapp.net/attachments/402174325349941249/482121641745186816/KHiX2DEFewAAAABJRU5ErkJggg.png
https: //i.imgur.com/YFtzyXA.png

Offline

#15 2019-10-06 23:17:52

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,572

Re: dif wtf is happaneing look at this little bug i found on your forum

What OS? Are all you people running Window? Maybe it's a Windows + Chrome only thing specifically.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#16 2019-10-06 23:41:18, last edited by Trytu (2019-10-06 23:47:11)

Trytu
Member
From: Poland
Joined: 2017-12-10
Posts: 816

Re: dif wtf is happaneing look at this little bug i found on your forum

Different55 wrote:

What OS? Are all you people running Window? Maybe it's a Windows + Chrome only thing specifically.

one of my computers has linux mint cinnamon 19
one have windows 10 (that with chrome 76)
one have win 8
one have win 8.1
currently i cannot reproduce this bug on this topic, but on the EE closed beta information i can do this easily on every my computer (i mean on the first page) (now when i tested this topic more, only page 4 and 6 has smaller affect than others)


4puJMaQ.png
Thanks to Nikko99 for signature
https: //media.discordapp.net/attachments/402174325349941249/482121641745186816/KHiX2DEFewAAAABJRU5ErkJggg.png
https: //i.imgur.com/YFtzyXA.png

Offline

#17 2019-10-07 13:27:43

Anatoly
Guest

Re: dif wtf is happaneing look at this little bug i found on your forum

as a safari user i have the ability to switch between operation systems. It looked fine on all of them.

#18 2019-10-07 16:01:40, last edited by Trytu (2019-10-07 18:21:08)

Trytu
Member
From: Poland
Joined: 2017-12-10
Posts: 816

Re: dif wtf is happaneing look at this little bug i found on your forum

idk, maaybe it's only laptop bug in new chrome version :S
all 5 computers that i tested was laptops with browser window width/height higher or close to 2.0
on chrome 76 i didn't have these problem
now i'm sure it's chrome problem, now i need someone else who has simmilar problems, to confirm this

2lnatoly wrote:

as a safari user i have the ability to switch between operation systems. It looked fine on all of them.

safari user??
i thought that having safari browser doesn't give you ability to switch operation systems, and it's only possible to do in the operation system
or safari has its own OS just like firefox and steam!?
or i just misunderstood what you just said!?
it seems for me that it's only chrome problem, chrome just have a bug in latest (77.0.3809.90) version, but works good on mac (if i understand well different's post)


4puJMaQ.png
Thanks to Nikko99 for signature
https: //media.discordapp.net/attachments/402174325349941249/482121641745186816/KHiX2DEFewAAAABJRU5ErkJggg.png
https: //i.imgur.com/YFtzyXA.png

Offline

#19 2019-10-07 18:13:46

Anatoly
Guest

Re: dif wtf is happaneing look at this little bug i found on your forum

Trytu wrote:

idk, maaybe it's only laptop bug in new chrome version :S
all 5 computers that i tested was laptops with browser window width/height higher or close to 2.0
on chrome 76 i didn't have these problem
now i'm sure it's chrome problem, now i need someone else who has simmilar problems, to confirm this

Anatoly wrote:

as a safari user i have the ability to switch between operation systems. It looked fine on all of them.

safari user??
i thought that having safari browser doesn't give you ability to switch operation systems, and it's only possible to do in the operation system
or safari has its own OS just like firefox and steam!?
or i just misunderstood what you just said!?
it seems for me that it's only chrome problem, chrome just have a bug in latest (77.0.3809.90) version, but works good on mac (if i understand well different's post)

with safari developer mode enabled, you can switch to see the page contents ‘as another web browser would display them’: Other styling, other js. And i couldn’t reproduce the bug. (PS. thats aldo how to communicate on insta with a macbook (switch to iphone view)

#20 2019-10-07 18:31:59

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,572

Re: dif wtf is happaneing look at this little bug i found on your forum

Anatoly wrote:

with safari developer mode enabled, you can switch to see the page contents ‘as another web browser would display them’: Other styling, other js. And i couldn’t reproduce the bug. (PS. thats aldo how to communicate on insta with a macbook (switch to iphone view)

Really not suitable for tracking down clearly browser-specific rendering bugs like this. Safari's not gonna be bug for bug compatible with every browser.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#21 2019-10-07 19:08:53

peace
Member
From: admin land
Joined: 2015-08-10
Posts: 9,226

Re: dif wtf is happaneing look at this little bug i found on your forum

Trytu wrote:

now i'm sure it's chrome problem, now i need someone else who has simmilar problems, to confirm this

im nto on a laptop and i was like the first to mention it (crhome user yes)


peace.png

thanks hg for making this much better and ty for my avatar aswell

Offline

#22 2019-10-07 19:37:38

PiotrGrochowski
Member
From: Poland (born in 8 №v 2004)
Joined: 2016-04-27
Posts: 1,118

Re: dif wtf is happaneing look at this little bug i found on your forum

79.0.3912.0 (Developer Build) (64-bit) can't reproduce, Firefox ESR 52.4.1 (32-bit) can't reproduce either.


I'm known as "haslo" in EE. Also, I refuse to play EEU.

Offline

#23 2019-10-07 21:07:27

Trytu
Member
From: Poland
Joined: 2017-12-10
Posts: 816

Re: dif wtf is happaneing look at this little bug i found on your forum

biggest noticable change for me in this 77.xxxxxxxxx version was page loading (circle around the icon (earlier was only circle)), and this bug
if in version 79 it's not possible to reproduce, it's possible that in 78 official build version bug will dissapear


4puJMaQ.png
Thanks to Nikko99 for signature
https: //media.discordapp.net/attachments/402174325349941249/482121641745186816/KHiX2DEFewAAAABJRU5ErkJggg.png
https: //i.imgur.com/YFtzyXA.png

Offline

#24 2019-10-08 21:21:23, last edited by Joeyjoey65 (2019-10-08 21:30:25)

Joeyjoey65
Member
Joined: 2017-11-05
Posts: 396

Re: dif wtf is happaneing look at this little bug i found on your forum

using latest version of chrome and this happens all the time
unknown.png?width=501&height=160

click new
click the any topic
click to the last page
scroll down and hover over the Index >> "Topic"
it'll literally just shift up and go on top of stuff

I've done it like 10 times in a row now

Offline

Wooted by:

#25 2019-10-08 23:14:17

Raphe9000
Member
Joined: 2015-03-16
Posts: 1,864

Re: dif wtf is happaneing look at this little bug i found on your forum

Can confirm on my end.
2VUjwu4.png

Offline

Raphe90001570572857763911

Board footer

Powered by FluxBB

[ Started around 1711710451.8937 - Generated in 0.107 seconds, 12 queries executed - Memory usage: 1.77 MiB (Peak: 2.05 MiB) ]