[solved] annoying “Search…” in input line at tag search
When I follow a tag by clicking it, I enter the list of items tagged with it. I see the Looking for other tags? link and go to the
tag search [developer.qt.nokia.com] , there the (sooner or later appearing) word “Search…” fights with me for control of the input line.
14 replies
Sounds like the JavaScript is slow to load.
If you click this link: http://developer.qt.nokia.com/tags/?tag_search=tutorial
Equally slow?
I’ve had the same problem.
Sounds like the JavaScript is slow to load.If you click this link: http://developer.qt.nokia.com/tags/?tag_search=tutorial
Equally slow?
I find this faster.
…and what about the obfuscating Uppercasing appearing at the list of items tagged with a particular tag mentioned here [developer.qt.nokia.com] ?
Marius, please have a close look at what get when you click on a beta tag:
Beta [developer.qt.nokia.com]
(the uppecase Beta in the page title dosn’t matter at all)
You’ll see this line on top of the page:
Content tagged with Beta Looking for other tags?
The uppercase Beta following the phrase “Content tagged with” is my problem.
…I cannot believe that this little bug has to wait for a further release, or…
That is indeed a minor issue and the fix for that has already been committed to our git repository. The change was from:
- $tags[$key] = ucwords($tag);
to
- $tags[$key] = $tag;
We release a new version of DevNet every two weeks. Should there be critical issues in between releases we of course push them live right away.
I know it looks like a quick fix that could be pushed out in 5 minutes but – as many developers are sure to know – in the long run it’s better to have a good release process and not touch the live environment too often1. Even trivial things can surprise you.
We typically fix 20-40 issues per release and by doing it in this bi-weekly fashion we ensure proper testing and some order for the release manager and the developers.
1 Actually, one day, we want to do continuous deployment [toni.org] but we’re not there yet.
You must log in to post a reply. Not a member yet? Register here!






