Weird. I get the browser notification and my message doesn't show up. Shows up in IRC. Also, the highlight you just sent in SAX didn't go through either (nor did I get any sort of notification) but it is in IRC.
If someone highlights me on mobile through /me, I am unabke to see the message in SAX and have to read the highlight widget.
_iPhoenix_ wrote:
If someone highlights me on mobile through /me, I am unabke to see the message in SAX and have to read the highlight widget.

Muhahaha, I had the same issue, and people highly used that Evil or Very Mad

To continue on what TheLastMillennial and Alex said; SAX doesn't show any new messages anymore after you got a notification.
Clicking the fancy Unicode texty things in the preview post thing inserts them in the bottom of the post instead of at the cursor location. Can we do anything about that?
BBCode behaves the same way so I suspect it has something to do with how phpBB handles text insertion.
geekboy1011 wrote:
Clicking the fancy Unicode texty things in the preview post thing inserts them in the bottom of the post instead of at the cursor location. Can we do anything about that?
Implemented a pretty reasonable fix for now. Thanks for poking me about that.
Bug 1:
In Edge, (yes the dreaded Edge)
I am getting notified whenever I post/ edit/ delete a post (multiplied by how many tabs I have open)

I don't know what else to add.

Bug 2:
My file monitor isn't working, I should have 19 downloads, not 8. I also obviously have 2 authored files, not just 1.


So I checked my JS console for any errors when I said my own name. Here's what came up:
Quote:
FATAL(2340): error: Object doesn't support property or method 'vibrate'
TypeError: Object doesn't support property or method 'vibrate'
at SAXHighlights.createNotification (https://www.cemetech.net/scripts/saxjax.js:459:17)
at SAXHighlights.show (https://www.cemetech.net/scripts/saxjax.js:439:4)
at newMessage (https://www.cemetech.net/scripts/saxjax.js:280:21)
at handleMessage (https://www.cemetech.net/scripts/saxjax.js:226:13)
at Anonymous function (https://www.cemetech.net/scripts/strophe.muc.js:123:15)
at h.Handler.prototype.run (https://www.cemetech.net/scripts/strophe.min.js:2:16793)
at Anonymous function (https://www.cemetech.net/scripts/strophe.min.js:2:23879)
at h.forEachChild (https://www.cemetech.net/scripts/strophe.min.js:2:9152)
at h.Connection.prototype._dataRecv (https://www.cemetech.net/scripts/strophe.min.js:2:23712)
at a.Bosh.prototype._onRequestStateChange (https://www.cemetech.net/scripts/strophe.min.js:3:8111)
saxjax.js (64,9)
Titles that are too long are silently truncated. Instead, the post just shouldn't go through and the poster should be notified their title is too long.

That is clearly not what I was doing, and I had no General Open Topic tabs open on any devices at that time.

Edit: When you think that you have a choice, but you really do not (there aren't any other options):


I don't think I should classify the latter one as a bug, it is just somewhat funny.
Not really sure where the SAX [ERROR]s are coming from. But they persist when navigating across the site and are still there when opening a new tab.

SAX wrote:
7:12:06 AM [Cemetech] Alex added a post in [How do you feel about a new navigational flow?]
7:11:44 AM [Cemetech] CalcMeister entered the room
7:07:10 AM [Cemetech] uyjulian entered the room
7:06:32 AM [Cemetech] Alex entered the room
6:52:13 AM [ERROR] lost connection (null)
6:52:12 AM [ERROR] lost connection (null)
6:43:07 AM [ERROR] lost connection (null)
6:43:07 AM [ERROR] lost connection (null)
6:39:13 AM [Cemetech] OldNewTimer added a post in [CC20: OldNewTimer]
6:33:53 AM [ERROR] lost connection (null)
6:33:53 AM [ERROR] lost connection (null)
6:28:52 AM [Cemetech] lennartVH01 entered the room
6:28:27 AM [Cemetech] OldNewTimer entered the room
6:16:26 AM [Cemetech] Luxen entered the room
6:14:22 AM [Cemetech] andressevilla entered the room
6:04:06 AM [Cemetech] SopaXorzTaker entered the room
5:53:46 AM [Cemetech] deuteriumoxide entered the room
5:36:33 AM [Cemetech] rivereye entered the room
5:23:45 AM [#] [SopaXorzT] Guys, I need an efficient bignum library
5:12:07 AM [Cemetech] hgzeth entered the room
The ads shown on mobile have two problems: First, they go way off-screen to the right. Second, they are not on the very bottom of the page, but between the main page content and navigation elements.

I think this does not depend on the browser.
Nik wrote:
The ads shown on mobile have two problems: First, they go way off-screen to the right. Second, they are not on the very bottom of the page, but between the main page content and navigation elements.

I think this does not depend on the browser.


It certainly won't. The lower ad is way to wide to fit correctly on mobile and that was more of an oversight on my part. We'll probably replace it with a responsive ad or set up a check that then places the correct ad-code based on screen size.

The second issue is just how Cemetech6 is adjusted to fit mobile viewports. It moves the sidebar BELOW the page content but above the proper footer. We put the ad at the bottom of the page content so that it floated there rather pushed below SAX; this way we utilize some of that empty space between the content and the footer IF SAX is longer than the current page. So, when the page is adjusted for mobile, the sidebar goes below the ad. We should probably adjust that but I'm not sure how to go about that.
Archive Statistics visible from the user profile have been broken for a few weeks. They no longer update every hour like they used to.
MateoConLechuga wrote:
Archive Statistics visible from the user profile have been broken for a few weeks. They no longer update every hour like they used to.
Fixed. Default php changed to PHP 7, which removed the (ancient) mysql database adapter we're still using. Made it explicitly use php5.

(Yes, it's on my list to do something about the ancient and no-longer-supported db adapter.)
When I mistyped and accidently had a [/u98rl] in my post, when I posted none of my post appeared.
Quote:

5:16:37 PM [PT_] Can't post a bug report now
5:16:13 PM [PT_] Like the first character is at the first line and the second at the second line
5:15:53 PM [PT_] SAX is messing up with small messages on mobile
dankcalculatorbro wrote:
Quote:

5:16:37 PM [PT_] Can't post a bug report now
5:16:13 PM [PT_] Like the first character is at the first line and the second at the second line
5:15:53 PM [PT_] SAX is messing up with small messages on mobile

Has been known for a while, still not fixed Sad


PM's on mobile really suck.
That's not so much of a PM issue, rather it is an issue with really long lines with no breaks. I admit that we don't handle those gracefully. We could do an overflow: scroll; in the CSS but you'd still have to scroll.
I had the same issue as _iPhoenix_, except on a laptop display.
  
Page 43 of 45
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement