[Plugin] SketchUcation Tools
-
Ok, thank you. I see an issue with the icons. Wrongly postioned...
Tomorrow. Thanks for taking the time to help
-
@rich o brien said:
Can either of your gents please take a screenshot of the PluginStore on your system?
-
I back button and a forward button would be nice to have -
After doing a search, for instance, and then wanting to go back to the previous results... -
Backspace on your keyboard
Sent from my iPad
-
I think it's ok for me now.
Bravo for the masters, and thank you very much.
-
@rich o brien said:
Someone on IE8 please test pluginstore 2 for me?
Clear cache beforehand to force new css update
The IE Compatibility Mode is rather good for testing backwards compatibility in IE.
-
I'm sure it was being tested that way in IE10, but without testing in a real IE8 setup, then who can ever be 100% sure...
Incidentally, I think it also now stops itself being cached, and has some other improved housekeeping etc... -
Still a problem with the icon though
-
'Rich
What 'icon' problem?
It looks fine in all recent screenshots.
Can you post a highlighted screegrab -
-
Now I see it !
Consider this addition to the cssimg.smallimage { vertical-align; top; ...
-
fixed
-
Does that now work in IE8 testing ?
Not for me...
In IE8 I'm still seeing the 'jumped-up' img, or rather the three cells of text to its right seems to be aligned to the bottom of its td cell and NOT its top ?
Perhaps css
td { padding: 0 4px; **vertical-align: top;** }
too ?If that breaks other td's then add it to the html for that td as
<td style="vertical-align: top;">
OR make a new td class 'descriptioncontainer' ? -
Report back later. Caching sh!t
-
It's not a cache issue my side...
It's empty.
Here's what I still see in IE8 screengrabbed...
The td's for the desc & buttoncontainer need tovertical-align:top;
?
Remember I can't see the current html - you have recently stopped right-clicking view-source in the dialog!
So I'm working off an older copy !
-
@tig said:
It's not a cache issue my side...
It's empty.
Here's what I still see in IE8 screengrabbed...
The td's for the desc & buttoncontainer need tovertical-align:top;
?
Remember I can't see the current html - you have recently stopped right-clicking view-source in the dialog!
So I'm working off an older copy !Please try it now with cache refreshed.
-
Now it's messed up on IE10 !
The desc goes under the img !!
I can't see the html to see what's changed.
If I use an old version of the html and change the td style for the desc & buttoncontainer to have style="vertical-align=top;" it looks OK in IE10 AND IE8 too...
You need to set that style to the two td containers and it should be OK ?
-
@tig said:
IRemember I can't see the current html - you have recently stopped right-clicking view-source in the dialog!
You can check the serving .php anytime you want
-
I know, but it's a faff...
Anyway I have a solution in
vertical-align:top;
for the two td's holding the desc and the buttons... either as a new/modified class class or in the html <td style=... itself... -
Whatever you did to it, now it works OK for me in both IE10 AND IE8 mode...
Real IE8 feedback from Fredo et al should clinch the fix...
Advertisement