Tue, 22 Jun 2021 14:16:28 +0000

Veni, Vidi, Posti
2009 GTV250 (Gone), 2003 Inder trailer (also gone), 2001 BMW R1100RT
Joined: Thu, 25 Jun 2009 00:30:36 +0000
Posts: 5707
Location: Santa Cruz California
 
Veni, Vidi, Posti
2009 GTV250 (Gone), 2003 Inder trailer (also gone), 2001 BMW R1100RT
Joined: Thu, 25 Jun 2009 00:30:36 +0000
Posts: 5707
Location: Santa Cruz California
Tue, 22 Jun 2021 14:16:28 +0000 quote
It's not used by many but I use the Font Color tags to change URL text to blue to make it pop more. The default, at least on my machines, is purple which IDT provides enough color contrast to the normal black text.

See this post for example where I forgot to change the second of the URL text strings to blue. The link just gets lost: https://modernvespa.com/forum/post2474627#2474627. Here's that same URL text in blue for immediate comparison:
https://modernvespa.com/forum/post2474627#2474627

Not that big of a deal. I know I can type in the color tags or edit later on my MacBook.

BTW, I just discovered that when I surround that text with the blue color tags, the URL tags got ignore. Bug?

Thanks for all the site updates.
Miguel
Tue, 22 Jun 2021 14:16:53 +0000

Molto Verboso
2006 LX150 (carbed) | 2007 GT200
Joined: Wed, 29 Jun 2016 14:22:10 +0000
Posts: 1849
Location: Toronto
 
Molto Verboso
2006 LX150 (carbed) | 2007 GT200
Joined: Wed, 29 Jun 2016 14:22:10 +0000
Posts: 1849
Location: Toronto
Tue, 22 Jun 2021 14:16:53 +0000 quote
jess wrote:
Okay, so this is probably a case where I would make things worse. Parens () are actually legal in an URL. If I fixed the case you've pointed out, I would break general URL handling, especially for sites (like wikipedia) that use parens in URLs extensively. This is just an annoying reality of the URL definition.

Here's some background on it from a programmer I greatly respect: https://blog.codinghorror.com/the-problem-with-urls/

There might be some nuggets of wisdom in there that could make this slightly better, I'll have to re-read it when I'm more awake.
Fair enough to leave well enough alone! I suspect this doesn't come up often enough to make any real difference on forum usability. And it seems the link itself still works in both cases, so it's really just formatting.

Thanks for looking into it.
OP
Tue, 22 Jun 2021 14:39:56 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Tue, 22 Jun 2021 14:39:56 +0000 quote
Miguel wrote:
It's not used by many but I use the Font Color tags to change URL text to blue to make it pop more. The default, at least on my machines, is purple which IDT provides enough color contrast to the normal black text.
On my browser, the difference between the standard URL and your blue colored one is minor. Both are shades of blue.
Miguel wrote:
BTW, I just discovered that when I surround that text with the blue color tags, the URL tags got ignore. Bug?
Not a bug. The purpose of the URL tag is to tell the site definitively that you are specifying an URL between the tags. If you put something else between the tags that is not an URL, it will break.

EDIT: You can change the order, using color tags on the OUTSIDE of the URL tags. That will at least not break. I've changed your post to experiment with that, and it does seem to work.

EDIT2: Once you've visited the link, though, both turn a different color to indicate they have visited, and so the blue color is disregarded entirely. I think trying to color URLs is probably a bad idea -- if they are not showing up with enough contrast on your browser, it is worth investigating whether you have a user preference setting that is affecting the link colors.
⚠️ Last edited by jess on Tue, 22 Jun 2021 14:47:18 +0000; edited 2 times
OP
Tue, 22 Jun 2021 14:42:27 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Tue, 22 Jun 2021 14:42:27 +0000 quote
berto wrote:
Fair enough to leave well enough alone! I suspect this doesn't come up often enough to make any real difference on forum usability. And it seems the link itself still works in both cases, so it's really just formatting.
As Coding Horror points out, enclosing an URL in parens is actually an extremely common user behavior -- common enough that it's desirable to handle that case. I think the article points out that the usual weapon of choice -- regex -- fails to be useful in this case, and so other measures have to be employed.

I will revisit the topic at some point in the near future.
OP
Tue, 22 Jun 2021 14:51:36 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Tue, 22 Jun 2021 14:51:36 +0000 quote
Here's the CSS code that specifies what color a link is supposed to be within a post at MV:
.onepost .postcontent a {
   color: #00A;
   text-decoration: none;
}
The color #00A is very much straight blue. It could be slightly higher intensity, but it has no red component whatsoever, so really should not be showing up as purple. I suspect your browser is overriding the color, but I could be wrong.

Again, once visited, the link color changes to vintage red, and the spec above no longer applies.
Wed, 23 Jun 2021 02:45:37 +0000

Veni, Vidi, Posti
2009 GTV250 (Gone), 2003 Inder trailer (also gone), 2001 BMW R1100RT
Joined: Thu, 25 Jun 2009 00:30:36 +0000
Posts: 5707
Location: Santa Cruz California
 
Veni, Vidi, Posti
2009 GTV250 (Gone), 2003 Inder trailer (also gone), 2001 BMW R1100RT
Joined: Thu, 25 Jun 2009 00:30:36 +0000
Posts: 5707
Location: Santa Cruz California
Wed, 23 Jun 2021 02:45:37 +0000 quote
Thanks Jess. I'm not an Internet engineer nor a person who tweets browser settings (I'd rather be out riding). AFAIK, Safari on my iPhone and MacBook are stock configurations but its possible some config setting has been adjusted over the years and it just never gets reset to factory defaults with each update. This is not the big a deal to me. I make it work. No reason to pursue it further at this juncture. Thanks. Miguel
Wed, 23 Jun 2021 03:16:44 +0000

Veni, Vidi, Posti
LX190 Friday afternoon special, Primavera, some pushbikes
Joined: Fri, 12 Oct 2007 21:16:28 +0000
Posts: 9651
Location: Hermit Kingdom
 
Veni, Vidi, Posti
LX190 Friday afternoon special, Primavera, some pushbikes
Joined: Fri, 12 Oct 2007 21:16:28 +0000
Posts: 9651
Location: Hermit Kingdom
Wed, 23 Jun 2021 03:16:44 +0000 quote
While you've got your crayons out, can disemvoweling be preceded by turning the text green, "yardsaleification".
Wed, 23 Jun 2021 04:07:22 +0000

Sergeant at Arms
Weird 80's Vespas & Cool Vintage Lambrettas
Joined: Fri, 21 Oct 2005 19:59:19 +0000
Posts: 14198
Location: The state of insanity, SoCal
 
Sergeant at Arms
Weird 80's Vespas & Cool Vintage Lambrettas
Joined: Fri, 21 Oct 2005 19:59:19 +0000
Posts: 14198
Location: The state of insanity, SoCal
Wed, 23 Jun 2021 04:07:22 +0000 quote
znomit wrote:
While you've got your crayons out, can disemvoweling be preceded by turning the text green, "yardsaleification".
*laughs*

Good lord.

It's up to Jess, but I kinda like the surprise of people getting disemvoweled. The shock and indignation always strikes me as funny.

You were a shit head and people slapped you down. Learn from it and move on. Or don't. I couldn't care less.
Wed, 23 Jun 2021 04:13:45 +0000

Ossessionato
Joined: Mon, 11 Jun 2007 00:58:31 +0000
Posts: 2311
Location: So Cal
 
Ossessionato
Joined: Mon, 11 Jun 2007 00:58:31 +0000
Posts: 2311
Location: So Cal
Wed, 23 Jun 2021 04:13:45 +0000 quote
znomit wrote:
While you've got your crayons out, can disemvoweling be preceded by turning the text green, "yardsaleification".
dude made an impression
Wed, 23 Jun 2021 04:18:17 +0000

Sergeant at Arms
Weird 80's Vespas & Cool Vintage Lambrettas
Joined: Fri, 21 Oct 2005 19:59:19 +0000
Posts: 14198
Location: The state of insanity, SoCal
 
Sergeant at Arms
Weird 80's Vespas & Cool Vintage Lambrettas
Joined: Fri, 21 Oct 2005 19:59:19 +0000
Posts: 14198
Location: The state of insanity, SoCal
Wed, 23 Jun 2021 04:18:17 +0000 quote
ks7877 wrote:
dude made an impression
For better or for worse, when somebody half way around the world is talking about you, years later- natch, ya definitely made uhhh something?
OP
Wed, 23 Jun 2021 04:48:48 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Wed, 23 Jun 2021 04:48:48 +0000 quote
znomit wrote:
While you've got your crayons out, can disemvoweling be preceded by turning the text green, "yardsaleification".
Why oh why would I do that?
OP
Wed, 23 Jun 2021 14:08:23 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Wed, 23 Jun 2021 14:08:23 +0000 quote
Miguel wrote:
Thanks Jess. I'm not an Internet engineer nor a person who tweets browser settings (I'd rather be out riding). AFAIK, Safari on my iPhone and MacBook are stock configurations but its possible some config setting has been adjusted over the years and it just never gets reset to factory defaults with each update. This is not the big a deal to me. I make it work. No reason to pursue it further at this juncture. Thanks. Miguel
No worries. Just trying to get to the root of the problem. When I see someone attempting to change the way the forum behaves, for whatever reason, I often ask myself if there's something the forum can be doing differently to alleviate whatever motivated them to go out of their way. In this case, you're trying to alter the link color, but there are a bunch of factors involved (such as whether you've visited the link). So I'm just trying to understand what's going on.
Thu, 15 Jul 2021 05:17:21 +0000

Veni, Vidi, Posti
LX190 Friday afternoon special, Primavera, some pushbikes
Joined: Fri, 12 Oct 2007 21:16:28 +0000
Posts: 9651
Location: Hermit Kingdom
 
Veni, Vidi, Posti
LX190 Friday afternoon special, Primavera, some pushbikes
Joined: Fri, 12 Oct 2007 21:16:28 +0000
Posts: 9651
Location: Hermit Kingdom
Thu, 15 Jul 2021 05:17:21 +0000 quote
I was looking at a thread on my phone and needed to know what scooter the OP had. Gravity assisted investigative manoeuvre now inoperative.

When did the awesomely simple details button get added?
OP
Thu, 15 Jul 2021 05:52:59 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Thu, 15 Jul 2021 05:52:59 +0000 quote
znomit wrote:
I was looking at a thread on my phone and needed to know what scooter the OP had. Gravity assisted investigative manoeuvre now inoperative.
By that, do you mean turning your phone sideways? That should still work -- depending on the exact screen size, you should see the “normal” view, with the author to the side of the post and all of the usual details.
znomit wrote:
When did the awesomely simple details button get added?
That was added shortly after we moved everything over to a single unified view for all users -- and eliminated the circa-2010 iPhone-only view.
Thu, 15 Jul 2021 06:43:27 +0000

Veni, Vidi, Posti
LX190 Friday afternoon special, Primavera, some pushbikes
Joined: Fri, 12 Oct 2007 21:16:28 +0000
Posts: 9651
Location: Hermit Kingdom
 
Veni, Vidi, Posti
LX190 Friday afternoon special, Primavera, some pushbikes
Joined: Fri, 12 Oct 2007 21:16:28 +0000
Posts: 9651
Location: Hermit Kingdom
Thu, 15 Jul 2021 06:43:27 +0000 quote
jess wrote:
By that, do you mean turning your phone sideways? That should still work -- depending on the exact screen size, you should see the “normal” view, with the author to the side of the post and all of the usual details.
iPhone 12 mini, no workee. Even tried to reload in each orientation.
OP
Thu, 15 Jul 2021 12:52:52 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Thu, 15 Jul 2021 12:52:52 +0000 quote
znomit wrote:
iPhone 12 mini, no workee. Even tried to reload in each orientation.
Yeah, iPhone 12 mini is pretty much the worst-case scenario, as far as screen sizes go. Even in landscape mode, it’s not wide enough to trigger the author-on-the-side layout. I could probably move the set point to coax it into triggering in landscape layout, but I’m not convinced that would be better than the details view that you get in portrait.

As an aside, the layout isn’t directly tied to orientation as it was for the older iPhone-only view. The layout is now a function of the screen width, which is itself a function of orientation. It’s a subtle distinction, but one that matters for small screens such as the iPhone 12 mini.
Sun, 18 Jul 2021 02:19:26 +0000

Ossessionato
Joined: Mon, 11 Jun 2007 00:58:31 +0000
Posts: 2311
Location: So Cal
 
Ossessionato
Joined: Mon, 11 Jun 2007 00:58:31 +0000
Posts: 2311
Location: So Cal
Sun, 18 Jul 2021 02:19:26 +0000 quote
emoji bug?
Was trying to end my last post, with multiple clap emojis -
one emoji was inserted at the end of my post (where the cursor was and where I wanted it to appear) and the other two were inserted in front of the quote
Was easily able to edit

not sure if this is the thread to report stuff or if it should have gone into the MV Entomologist Awards thread
OP
Sun, 18 Jul 2021 03:43:57 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Sun, 18 Jul 2021 03:43:57 +0000 quote
ks7877 wrote:
emoji bug?
Was trying to end my last post, with multiple clap emojis -
one emoji was inserted at the end of my post (where the cursor was and where I wanted it to appear) and the other two were inserted in front of the quote
Was easily able to edit

not sure if this is the thread to report stuff or if it should have gone into the MV Entomologist Awards thread
Known issue that I am declining to fix. Every time I touch that code, it gets worse. It’s very browser-specific and I am apparently too stupid to understand it.
Sun, 18 Jul 2021 04:54:54 +0000

Ossessionato
Joined: Mon, 11 Jun 2007 00:58:31 +0000
Posts: 2311
Location: So Cal
 
Ossessionato
Joined: Mon, 11 Jun 2007 00:58:31 +0000
Posts: 2311
Location: So Cal
Sun, 18 Jul 2021 04:54:54 +0000 quote
jess wrote:
Known issue that I am declining to fix.
I am very glad to hear you say this. The endless hours you have devoted to giving us a nice place to visit ought to have SOME limits. Especially when the solution is an easy edit.
Sun, 18 Jul 2021 04:55:41 +0000

Veni, Vidi, Posti
In garage: Yamaha Tricity 155 Urban 2019 - MV Agusta 125 RS 1956
Joined: Sat, 21 Jul 2007 17:57:17 +0000
Posts: 8291
Location: Latina (Italy)
 
Veni, Vidi, Posti
In garage: Yamaha Tricity 155 Urban 2019 - MV Agusta 125 RS 1956
Joined: Sat, 21 Jul 2007 17:57:17 +0000
Posts: 8291
Location: Latina (Italy)
Sun, 18 Jul 2021 04:55:41 +0000 quote
jess wrote:
Here's the CSS code that specifies what color a link is supposed to be within a post at MV:
.onepost .postcontent a {
   color: #00A;
   text-decoration: none;
}
The color #00A is very much straight blue. It could be slightly higher intensity, but it has no red component whatsoever, so really should not be showing up as purple. I suspect your browser is overriding the color, but I could be wrong.

Again, once visited, the link color changes to vintage red, and the spec above no longer applies.
In fact, the most used colors for the pens we use to write are black, blue and red.
OP
Sun, 18 Jul 2021 14:11:28 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Sun, 18 Jul 2021 14:11:28 +0000 quote
ks7877 wrote:
I am very glad to hear you say this. The endless hours you have devoted to giving us a nice place to visit ought to have SOME limits. Especially when the solution is an easy edit.
Also, I am planning on replacing the entire message-editing page with a more modern, off-the-shelf open source module. So this bit is not long for this world.
Wed, 21 Jul 2021 23:57:08 +0000

Molto Verboso
2010 GTV250ie - Sienna Ivory, BMW F650CS, HD 883 Sportster
Joined: Tue, 09 Aug 2011 18:48:19 +0000
Posts: 1013
Location: North Coast - Rural
 
Molto Verboso
2010 GTV250ie - Sienna Ivory, BMW F650CS, HD 883 Sportster
Joined: Tue, 09 Aug 2011 18:48:19 +0000
Posts: 1013
Location: North Coast - Rural
Wed, 21 Jul 2021 23:57:08 +0000 quote
Without being logged in, every time I “refresh” a particular thread, using the same device, the “views” count increases. I first noticed this on my iPhone in the last week or two. I now tested my theory, using my PC laptop. IIRC, with an update you made, years ago, this was no longer happening; meaning, same person, using same device (or IP?).

I tested three random “threads,” but decided to report on one of the oldest threads, to ensure no one was actually reviewing/reading it.

Total views, for the thread, prior to me testing this about an hour ago, were 1021. Total views are now 1040. I used both Chrome and Firefox as browsers. Again, not logged in as a user.

Duh!!! I'm an idiot

Hope this helps?
OP
Thu, 22 Jul 2021 01:16:44 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Thu, 22 Jul 2021 01:16:44 +0000 quote
Big_Boys_Mother wrote:
Without being logged in, every time I “refresh” a particular thread, using the same device, the “views” count increases. I first noticed this on my iPhone in the last week or two. I now tested my theory, using my PC laptop. IIRC, with an update you made, years ago, this was no longer happening; meaning, same person, using same device (or IP?).
This is exactly the behavior I would expect. Every view of a topic gets counted, regardless of whether a user has seen it before or not. The only caveat (that I can think of) is that the view counts only get updated about every minute or so.

The view counting code has undergone some changes over the years, but I can’t recall the specific variation you’re referring to. Any chance you know what thread it was discussed in?
Thu, 22 Jul 2021 01:40:16 +0000

Molto Verboso
2010 GTV250ie - Sienna Ivory, BMW F650CS, HD 883 Sportster
Joined: Tue, 09 Aug 2011 18:48:19 +0000
Posts: 1013
Location: North Coast - Rural
 
Molto Verboso
2010 GTV250ie - Sienna Ivory, BMW F650CS, HD 883 Sportster
Joined: Tue, 09 Aug 2011 18:48:19 +0000
Posts: 1013
Location: North Coast - Rural
Thu, 22 Jul 2021 01:40:16 +0000 quote
jess wrote:
Any chance you know what thread it was discussed in?
I am certain I can find it, but a new problem arose as I tried a “search” using me as author in General Discussion. It gives me 653 matches with 14 pages of threads … I am only able to access page one. When I go to access the other pages, I receive message: No topics or posts met your search criteria. This time I’m using an iPad Pro … not the PC laptop. This is happening whether I am logged in or not. :?
OP
Thu, 22 Jul 2021 01:51:05 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Thu, 22 Jul 2021 01:51:05 +0000 quote
Big_Boys_Mother wrote:
I am certain I can find it, but a new problem arose as I tried a “search” using me as author in General Discussion. It gives me 653 matches with 14 pages of threads … I am only able to access page one. When I go to access the other pages, I receive message: No topics or posts met your search criteria. This time I’m using an iPad Pro … not the PC laptop. This is happening whether I am logged in or not. :?
Now we're talking!
Thu, 22 Jul 2021 01:54:32 +0000

Molto Verboso
2010 GTV250ie - Sienna Ivory, BMW F650CS, HD 883 Sportster
Joined: Tue, 09 Aug 2011 18:48:19 +0000
Posts: 1013
Location: North Coast - Rural
 
Molto Verboso
2010 GTV250ie - Sienna Ivory, BMW F650CS, HD 883 Sportster
Joined: Tue, 09 Aug 2011 18:48:19 +0000
Posts: 1013
Location: North Coast - Rural
Thu, 22 Jul 2021 01:54:32 +0000 quote
Found it. Query I used was my name as author with keyword increase in general discussion.
Modern Vespa Performance Revisited,

[MVFR] Modern Vespa Performance Revisited

Hope this helps?
OP
Thu, 22 Jul 2021 01:59:10 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Thu, 22 Jul 2021 01:59:10 +0000 quote
Big_Boys_Mother wrote:
I am certain I can find it, but a new problem arose as I tried a “search” using me as author in General Discussion. It gives me 653 matches with 14 pages of threads … I am only able to access page one.
This should now be fixed. The result of me trying to fix a different search related problem. Predictably, I introduced an even worse problem.

For finding and reporting this forum bug, I hereby bestow upon you the MV Entomologist Award. Wear it with pride.
Thu, 22 Jul 2021 02:06:25 +0000

Molto Verboso
2010 GTV250ie - Sienna Ivory, BMW F650CS, HD 883 Sportster
Joined: Tue, 09 Aug 2011 18:48:19 +0000
Posts: 1013
Location: North Coast - Rural
 
Molto Verboso
2010 GTV250ie - Sienna Ivory, BMW F650CS, HD 883 Sportster
Joined: Tue, 09 Aug 2011 18:48:19 +0000
Posts: 1013
Location: North Coast - Rural
Thu, 22 Jul 2021 02:06:25 +0000 quote
jess wrote:
This should now be fixed. The result of me trying to fix a different search related problem. Predictably, I introduced an even worse problem.

For finding and reporting this forum bug, I hereby bestow upon you the MV Entomologist Award. Wear it with pride.
Works like a charm, now! TY for the MV-EA!
OP
Thu, 22 Jul 2021 02:07:01 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Thu, 22 Jul 2021 02:07:01 +0000 quote
Ah. Yes. Back when we switched to SSD-based storage for the database.

As per this post in that thread, the optimization is that we save up the view counts in memory and then periodically commit them to disk. At the time, it was a five-minute period. I've since reduced that to a one-minute period.

Each view count is still counted. Just not in real time. There's no same-user or same-device optimization.
Thu, 22 Jul 2021 05:59:14 +0000

Veni, Vidi, Posti
2009 GTV250 (Gone), 2003 Inder trailer (also gone), 2001 BMW R1100RT
Joined: Thu, 25 Jun 2009 00:30:36 +0000
Posts: 5707
Location: Santa Cruz California
 
Veni, Vidi, Posti
2009 GTV250 (Gone), 2003 Inder trailer (also gone), 2001 BMW R1100RT
Joined: Thu, 25 Jun 2009 00:30:36 +0000
Posts: 5707
Location: Santa Cruz California
Thu, 22 Jul 2021 05:59:14 +0000 quote
jess wrote:
Also, I am planning on replacing the entire message-editing page with a more modern, off-the-shelf open source module. So this bit is not long for this world.
Oooh. Would love to see drag-and-drop image insertion if reasonable and possible. Miguel
OP
Thu, 22 Jul 2021 11:04:30 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Thu, 22 Jul 2021 11:04:30 +0000 quote
Miguel wrote:
Oooh. Would love to see drag-and-drop image insertion if reasonable and possible. Miguel
Me too.
Thu, 22 Jul 2021 14:08:48 +0000

Banned
2006 GTS 250
Joined: Tue, 22 Feb 2011 00:24:46 +0000
Posts: 10590
Location: KS USA
 
Banned
2006 GTS 250
Joined: Tue, 22 Feb 2011 00:24:46 +0000
Posts: 10590
Location: KS USA
Thu, 22 Jul 2021 14:08:48 +0000 quote
While you guys are talking about colors and computer codes and stuff like that I am wondering whatever happened to the title window while writing a response to a post?
OP
Thu, 22 Jul 2021 15:26:59 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Thu, 22 Jul 2021 15:26:59 +0000 quote
Max6200 wrote:
While you guys are talking about colors and computer codes and stuff like that I am wondering whatever happened to the title window while writing a response to a post?
Bill Dog effectively killed it. That’s why we can’t have nice things.
Thu, 22 Jul 2021 15:30:43 +0000

Moderaptor
The Hornet (GT200, aka Love Bug) and 'Dimples' - a GTS 300
Joined: Sun, 26 Aug 2007 20:16:15 +0000
Posts: 42945
Location: Pleasant Hill, CA
 
Moderaptor
The Hornet (GT200, aka Love Bug) and 'Dimples' - a GTS 300
Joined: Sun, 26 Aug 2007 20:16:15 +0000
Posts: 42945
Location: Pleasant Hill, CA
Thu, 22 Jul 2021 15:30:43 +0000 quote
Max6200 wrote:
While you guys are talking about colors and computer codes and stuff like that I am wondering whatever happened to the title window while writing a response to a post?
Gone. It was abused by some to an incredibly irritating degree, it takes up space, and it's pretty meaningless to change a title in the middle of a thread. Just because some idiots do that with email (MAY THEY ROT IN HELL) does not mean it's a Good Idea.
Fri, 23 Jul 2021 15:37:27 +0000

Moderatus Rana
MP3 250 and 2 MP3 500s
Joined: Fri, 11 Jul 2008 17:56:22 +0000
Posts: 22524
Location: Nashville, Indiana
 
Moderatus Rana
MP3 250 and 2 MP3 500s
Joined: Fri, 11 Jul 2008 17:56:22 +0000
Posts: 22524
Location: Nashville, Indiana
Fri, 23 Jul 2021 15:37:27 +0000 quote
I didn't read through all of the pages on this thread so apologies if its been talked about.

Earlier today I was responding in the covid thread and when I finished I hit space and inserted an emoji. It inserted correctly but the cursor jumped back up to the beginning of the message which was in this case a quote. Not a big deal but something to look at maybe. I was using Chrome Version 91.0.4472.164 (Official Build) (64-bit)
OP
Fri, 23 Jul 2021 15:39:53 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Fri, 23 Jul 2021 15:39:53 +0000 quote
stickyfrog wrote:
I didn't read through all of the pages on this thread so apologies if its been talked about.

Earlier today I was responding in the covid thread and when I finished I hit space and inserted an emoji. It inserted correctly but the cursor jumped back up to the beginning of the message which was in this case a quote. Not a big deal but something to look at maybe. I was using Chrome Version 91.0.4472.164 (Official Build) (64-bit)
That’s a well known bug. Emoticon insertion tends to move the cursor in odd ways, depending on exact browser. I am opting not to try to fix this at this point, because each successive attempt at improving it has made it worse.
Fri, 23 Jul 2021 15:43:35 +0000

Moderatus Rana
MP3 250 and 2 MP3 500s
Joined: Fri, 11 Jul 2008 17:56:22 +0000
Posts: 22524
Location: Nashville, Indiana
 
Moderatus Rana
MP3 250 and 2 MP3 500s
Joined: Fri, 11 Jul 2008 17:56:22 +0000
Posts: 22524
Location: Nashville, Indiana
Fri, 23 Jul 2021 15:43:35 +0000 quote
jess wrote:
That’s a well known bug. Emoticon insertion tends to move the cursor in odd ways, depending on exact browser. I am opting not to try to fix this at this point, because each successive attempt at improving it has made it worse.
Gotcha. I've been away for awhile and I didn't remember that happening.
Fri, 23 Jul 2021 15:43:43 +0000

Moderaptor
The Hornet (GT200, aka Love Bug) and 'Dimples' - a GTS 300
Joined: Sun, 26 Aug 2007 20:16:15 +0000
Posts: 42945
Location: Pleasant Hill, CA
 
Moderaptor
The Hornet (GT200, aka Love Bug) and 'Dimples' - a GTS 300
Joined: Sun, 26 Aug 2007 20:16:15 +0000
Posts: 42945
Location: Pleasant Hill, CA
Fri, 23 Jul 2021 15:43:43 +0000 quote
stickyfrog wrote:
I didn't read through all of the pages on this thread so apologies if its been talked about.

Earlier today I was responding in the covid thread and when I finished I hit space and inserted an emoji. It inserted correctly but the cursor jumped back up to the beginning of the message which was in this case a quote. Not a big deal but something to look at maybe. I was using Chrome Version 91.0.4472.164 (Official Build) (64-bit)
Test.

Hmm.. The cursor disappears completely here (Version 91.0.4472.164 (Official Build) (64-bit)) and I have to left-click to get it back where I want.
OP
Fri, 23 Jul 2021 15:46:23 +0000

Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
 
Petty Tyrant
0:7 And counting
Joined: Wed, 12 Oct 2005 05:12:11 +0000
Posts: 35579
Location: Bay Area, California
Fri, 23 Jul 2021 15:46:23 +0000 quote
jimc wrote:
Test.

Hmm.. The cursor disappears completely here (Version 91.0.4472.164 (Official Build) (64-bit)) and I have to left-click to get it back where I want.
I don’t have a solution. Chrome, in particular, behaves in weird ways, and I don’t have the capacity to understand it or test it. Even if I make it behave properly on Chrome, it will break other browsers.

The solution is to replace the whole thing with an off-the-shelf editor package.
Fri, 23 Jul 2021 15:48:41 +0000

Moderaptor
The Hornet (GT200, aka Love Bug) and 'Dimples' - a GTS 300
Joined: Sun, 26 Aug 2007 20:16:15 +0000
Posts: 42945
Location: Pleasant Hill, CA
 
Moderaptor
The Hornet (GT200, aka Love Bug) and 'Dimples' - a GTS 300
Joined: Sun, 26 Aug 2007 20:16:15 +0000
Posts: 42945
Location: Pleasant Hill, CA
Fri, 23 Jul 2021 15:48:41 +0000 quote
Yup. Totally livable-with (is that a real phrase?).
  DoubleGood Design  

Modern Vespa is the premier site for modern Vespa and Piaggio scooters. Vespa GTS300, GTS250, GTV, GT200, LX150, LXS, ET4, ET2, MP3, Fuoco, Elettrica and more.


Shop on Amazon with Modern Vespa

Modern Vespa is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com

All Content Copyright 2005-2023 by Modern Vespa. All Rights Reserved.

[ Time: 0.1120s ][ Queries: 3 (0.0875s) ][ Debug on ][ 298 ][ Thing Two ]