337 reputation
6
bio website
location
age
visits member for 5 months
seen Apr 1 at 20:36
stats profile views 24

Twitter: @caiosm1005


Feb
10
comment Can't suggest edit on a question
@Mechanicalsnail Hadn't noticed this message, that probably explains it. Thanks
Feb
9
asked Can't suggest edit on a question
Jan
21
comment Please add -webkit-overflow-scrolling: touch to code blocks and other overflown elements
In this video you can see the issue in the lorem ipsum box. No momentum, no scrollbars. Code blocks in SO suffer the same issue.
Jan
21
comment Please add -webkit-overflow-scrolling: touch to code blocks and other overflown elements
@JoachimSauer We can scroll them, yes, but without this property there's no momentum and no visible scrollbars. IMO it's an understandable design choice since -webkit-overflow-scrolling: touch lets us scroll freely and only calls the scrolling event after we release the touch, which could cause flickering in many non-touch optmized javascript rich websites.
Jan
21
comment Please add -webkit-overflow-scrolling: touch to code blocks and other overflown elements
@RichardJ.RossIII Could you bounty this please? I don't have much rep to spare and this question is inactive for 3 days already.
Jan
17
comment How many tlds are currently owned by Stack Overflow?
How has the domain s.tk been registered? I thought the minimum length of a domain name (minus TLD) was two characters. Also, a whois search for s.tk returns me "Invalid output"
Jan
17
comment Style inline code elements (including backticks) with white-space: pre-wrap
Has this been solved yet? Test: array.join(" "). No, it seems not. I agree with the OP, multiple spaces should be enabled on inline codes.
Jan
17
asked Please add -webkit-overflow-scrolling: touch to code blocks and other overflown elements
Jan
13
revised “Your vote is now locked” warning always tells me I voted 11 minutes ago
added 39 characters in body
Jan
13
revised Suggested edit accepted by 3 users then rolled back
shortened title
Jan
13
comment “Your vote is now locked” warning always tells me I voted 11 minutes ago
@Arjan changed title. Sounds clearer.
Jan
13
revised “Your vote is now locked” warning always tells me I voted 11 minutes ago
added 173 characters in body; edited title
Jan
13
comment “Your vote is now locked” warning always tells me I voted 11 minutes ago
@Arjan it really wasn't on my end. I had the same problem on both my PC and my tablet. But yesterday I was able to unvote it and then upvote the answer, so the glitch is gone. Not sure if it's been fixed or the system just eventually unlocked my vote.
Jan
13
accepted Suggested edit accepted by 3 users then rolled back
Jan
13
comment Suggested edit accepted by 3 users then rolled back
@Bart I've submitted another edit following your advice. In all honesty I think leaving not-related-to-the-question bits of code might confuse CSS beginners, but I can perfectly understand the point you made.
Jan
13
comment Suggested edit accepted by 3 users then rolled back
@AdamRackis I see. Hence I thought my edit was perfectly fine.
Jan
13
comment Suggested edit accepted by 3 users then rolled back
@AdamRackis That's a common sense I failed to realize. Shouldn't this be added as a notice somewhere on the editing layout? That would be helpful IMO
Jan
13
awarded  Scholar
Jan
13
comment Suggested edit accepted by 3 users then rolled back
@Bart I can understand that. But what about code indentation, is that allowed to be edited?
Jan
13
comment Suggested edit accepted by 3 users then rolled back
@Bart The full code was illustrative. The code that matters to the question is included in the post. Moving illustrative code to jsFiddle is better than having searchers copying code from the OP themselves. Also makes the question cleaner.