Thursday, April 10, 2025

Puzzling interface hall of shame

A complicated maze, with no obvious exit or pathway.

Blogger's back end (at www.blogger.com) includes some quirks that are confusing at best.

A worst, they could cause you to make errors that cannot be undone.

Permanently delete

I'll start with a particularly bad one: the screen you get when you delete a blog:
A screen message that says "Your blog was deleted on March 9, 2025." There is a drawing of a wastebasket with a document in it and two buttons, one that says "Permanently delete" and another that says "Undelete."
Actually, you only see this if the blog is deleted.

I don't mean "you" of course, since you know to never delete a Blogger blog.

But someone else might come to regret deleting their blog, especially when they discover that doing so does not make the blogspot web address available for reuse.

And if that person were to click "delete permanently," they'd discover that undelete is no longer an option. The blog would really be deleted permanently, and the URL could never be reused.

Autoclick

Take a look at that screen. It looks like the kind of interstitial "are you sure, please confirm" screen we routinely see online. It feels like "Do you really mean it? If you do, click again!"

Many click the "permanently" button automatically.

However, this is actually the screen you get after you are successful in deleting a blog. "Permanently delete" and "undelete" are the two things you can then do with the deleted blog, at least for a few months.

You can't come back from "permanently."

Fail.

No theme preview

This one is really more of an annoyance born from poor explanation. 

If you ever make even the slightest modification to your blog theme, you will see this message on your Theme page:

A test message that says "Theme preview is currently unavailable."

Doesn't this feel like something is broken?

The wording suggests there is a live preview that is being blocked by some problem that Google needs to fix.

The truth is that there never was such a preview of your blog, just a static image of each unmodified version of the blog theme.

Blogger doesn't know if your change is even a visible one, just that you did something. That image might longer apply. 

To be safe, Blogger shows you the generic message instead of the generic image.

Live previews of your personal blog, on the other hand, are available (1) for posts and pages, and (2) in the theme customizer and the theme HTML editor.

But on the theme page, things would be clearer if the message were "Customized themes are not previewed."

Or just nothing at all.

Customizer

Speaking of the Theme Customizer, navigating it is a minor nightmare.

An animation that shows how clicking on chevrons and triangles opens all the options available thorugh the customizer.
Click to navigate the Customizer.

You can access the Customizer from your Theme page to change things like font size, color, and selection. Also backgrounds and column widths.

Different blog themes have different options. But the trick is to click on the little grey chevrons and triangles, and use the scroll bars, to choose the customizable attributes.

It's easy once you know, but not at all obvious.

Alignment confusion

If you are having trouble aligning your images left, right, or centered, the problem may lie with this little tool:
The icon for the "align center" tool
Center

When clicked, the alignment tool on the toolbar (shown: center) is a small menu that controls alignment. (When at rest, it shows the alignment of the current selection.)

Confusions follows Blogger's use of this exact icon for two different things.

In the main toolbar, it aligns text: left, right, centered, and justified.

On the pop-up toolbar you see if you select an image, it aligns the image: left, right, center.

If you try to align an image with the text tool, nothing happens.

Text wraps around left- and right-aligned images.

PageList widget

This popular widget (aka "Pages") is one of only a few that is installed by default for new blogs.

It's powerful, but hard to configure. My step-by-step is elsewhere.

Those are my nominees for Confusing Hall of Shame.

Did I miss anything?

Maze image: Paul Campbell/Unsplash

14 comments:

  1. There was a theme preview in old Blogger UI. What a shame thing Google did.

    ReplyDelete
    Replies
    1. I think that's right. Which creates the expectation that it "should" be like that now! At least for us old timers.

      Delete
    2. Yeah, "preview" is misleading, even with default themes, because it doesn't change when you adjust anything through Customizer.

      The previous UI had a live preview, because the blog content was loaded in a small iframe. I think they removed this for security reasons (to exclude external elements/scripts from the dashboard). Maybe they planned something as a replacement, but never implemented it.

      Delete
    3. Well technically the jpg, when present, does accurately preview the theme.

      It isn't completely useless, it just defies expectations.

      Delete
  2. I'm fairly sure I used to click on Toggle Caption and if I chose to write a caption for an image, the cursor would enter the field straight away. Now it's a two step click- Toggle > Click in field.
    Or am I getting old?

    ReplyDelete
    Replies
    1. Norman, any one who remembers anything is old these days...but yes, a feature of the current UI is many more clicks to do the same thing.

      Delete
  3. This was a good read! I'll tell you what I miss; they used to be a button in the bar at the top of the blog that would show you similar blogspots. This way if you were on a blog all about cooking, click that button and you'd be on another cooking blog. I think Google explained they got rid of it because it was not in use? I used it all the time.

    ReplyDelete
    Replies
    1. This is as good place to rant as any! In this report I limited myself to things that confuse people and cause them to make errors.

      There's a lot more to say about things we miss, things that interrupt our flow, and so forth. I mean gosh, the quick-edit pencil and tools.

      Delete
    2. Adam, you're right--my bad! I got a little sidetracked earlier, I apologize. I really enjoy your blog.

      Delete
    3. Not at all, have at it! I really enjoy all kinds of comment here and there have been lots lately.

      Delete
    4. ApacheDug - that sounds great. I tend to write about niche stuff and have to google search to see who else is writing similar stuff for me to read & comment on. That would be really helpful.

      Delete
  4. I was just recently puzzling over these very things! So much I miss and so much I love/hate/have no idea about! lol thank you for your blog ✍️

    ReplyDelete
  5. Something I always found puzzling/annoying is how a normal indentation click is a blockquote being applied. It's caused me some confusion before when trying to adjust it.

    ReplyDelete
    Replies
    1. Whoa, I never noticed that before! (Because I don't indent text, I guess).

      And a double indent is nested block quotes.

      The block quote so applied has all sorts of inline css in it to it to remove any other block-quote formatting. Seems kind of messy.

      Delete