Closed (fixed)
Project:
Keyword Autocomplete
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
10 Aug 2008 at 07:01 UTC
Updated:
8 Oct 2018 at 11:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rszrama commentedFor the first issue, Drupal actually only shows an arrow for the active sort, so if you were to sort on either one of those it would move the arrow. I don't believe it's possible to do a multiple sort.
For the second, I think I'd need to see a screenshot... it sounds theme related. : ?
Comment #2
Anonymous (not verified) commentedRegarding the first Issue, you are correct about the arrow for the active sort. My error was that I assumed each column should have an arrow because Keywords had an arrow, which now reading what you say, is obviously the default sort :) Add to that the only column I tested was Count, and I just repeated the experiment I did last time, and when Count was clicked, no Arrow to the right visible ! It was hiidden by the cursor !
As to the second Issue, you could be right on the theme. I attach 2 screen shots at different screen widths
Comment #3
rszrama commentedAhh, yeah, I see what you mean in those screenies. I'd check out your theme's style.css and see if you can play with the table values (probably td in particular). Also, something I like to do is add a
white-space: nowrapto my table header columns to the arrow doesn't wrap to the next line.If you haven't used it before, the Firebug extension for Firefox is excellent for finding out the class, ID, and style attributes of elements on the page. I use it in all my development.
Comment #4
Anonymous (not verified) commentedImplimented the white-space: nowrap for my table header tag, worked perfect. It was made easier by the fact I don't normally use a Table Header row :)
Still looking at the TD fix for a bit of space
Comment #5
rszrama commentedI'm just marking this fixed since it's not really an issue w/ the module itself. Feel free to follow-up if you still can't figure out how to modify your styles.css to adjust the td padding.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.