Closed Drugoy closed 12 years ago
Except for the fact that you could not press enter after selecting any entry in the list, I am not seeing any of the first 2 points.
That's why I needed you to send me an screenshot. I am on windows 7 x64
Okay, apparently, on XP, the panel is not opened with the first result selected by default :| I will fix it. Aspect ration is the ratio of width to height. like 4:3 16:9 . I will still rethink of something. As the bug suggested, That was only the initial implementation, that I did in 4-5 hours :P
XP? you said you are on Win7x64, just as me. Anyways, I advice you to set very low priority for that small issue for now. It's not that important now as some other things like "undo" chain of actions getting into the loop.
Oh, sorry I misread your machine. but then why is the styling of the panel completely different for you ? and why is not the first result getting auto selected. Is there any error in error console window ? Can you check ?
Sorry for bothering you, it was my local problem. I had GlassMyFox restartless add-on installed and it was the reason of up/down arrow keys not working until I click the list. Switching it off solves the issue.
Can you test with the latest commited code ?
yeah, now it works, even with mouse clicks. one thing though: add ":" after pasting the chosen property.
isn't there any other thing that can be added? like "," or if user wants, " " Also, did you test with that glassmy... extension enabled ? Please do.
uhm, actually no. Can you give an example? I think you are talking about the cases when some properties are used as values for other properties, like so
where "max-height" is actually a value for '-moz-transition" property, but there is also a property with such a name.
But I think when you redo showing the list of properties for cases before "{" or after ":" then the issue will completely be gone and there are no other cases where you can put something different then ":" after the property's name.
As for GlassMyFox - I tried and the bug is still there. It's the problem of that extension: it is based on incorrect user style (I think it changes -moz-appearance, which affects that bug). Just never mind it.
what about when the user wants to style things around and thus wants to put a space ? I personally do that.
Sorry, I don't understand what do you mean. What does "style things around" mean? Around what? Could you give some examples when you type anything other than ":" after the property's name? Except spaces - they can be put almost everywhere and in any quantities, so let's not count them.
style things around : as in : properly give spaces and tabs to indent things. Like
#something {
background : red;
margin : 2px;
}
Anyways you type those spaces manually, so it won't be a problem for you to hit left arrow key once before typing those spaces. Not many people do such kind of styling, so if you'd do as I suggested - you will make happier way more people :) You can add a setting to remove auto typing ":" after pasting a property, if you want :P
Carried onto bug #34
When the user starts typing a property's name you added a feature to show a drop-down list with suggestions.
p.s.: I suggest keeping this issue open, since there will show up more things related to the predi later.