HighDots Forums  

css tooltip typo

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss css tooltip typo in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
The Wrench Pilot
 
Posts: n/a

Default css tooltip typo - 10-29-2004 , 04:45 PM






this probably isn't the right place to post but i couldn't find a bug
submission page (although i didn't look to hard). In Dreamweaver MX 2004
7.0.1, when editing the source of a CSS file the autcomplete tooltip for
"border:" says the attributes for the the style is 'border-width'
'border-style' 'color', the CSS Properties side bar says 'style' 'color'
'width' (which is correct) this may not make sense, so I took some screen
shots. I wouldn't even be posting had it not been for the tooltip confusing me
as to which way was correct and as a result, no border ;-)
http://209.59.159.184/gallery/albums/userpics/10014/dwpalette.JPG later.
../shawn ps and yes, i misspelled "solid" in the first screenshot ;-)


Reply With Quote
  #2  
Old   
Randy Edmunds
 
Posts: n/a

Default Re: css tooltip typo - 10-29-2004 , 05:58 PM






You can report bugs here:

http://www.macromedia.com/support/email/wishform/

I agree that the tooltips should be consistent, but the order of values
in the border shorthand property shouldn't matter. Which order are you
having problems with? In DW or in a certain browser?

Thanks,
Randy


Quote:
In Dreamweaver MX 2004
7.0.1, when editing the source of a CSS file the autcomplete tooltip for
"border:" says the attributes for the the style is 'border-width'
'border-style' 'color', the CSS Properties side bar says 'style' 'color'
'width' (which is correct) this may not make sense, so I took some screen
shots. I wouldn't even be posting had it not been for the tooltip confusing me
as to which way was correct and as a result, no border ;-)


Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: css tooltip typo - 10-29-2004 , 06:08 PM



Yeah - this is true since there is no confusion as to which is which -

border: 1px dashed fuschia

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Randy Edmunds" <randy_nospam (AT) macromedia (DOT) com> wrote

Quote:
You can report bugs here:

http://www.macromedia.com/support/email/wishform/

I agree that the tooltips should be consistent, but the order of values in
the border shorthand property shouldn't matter. Which order are you having
problems with? In DW or in a certain browser?

Thanks,
Randy


In Dreamweaver MX 2004 7.0.1, when editing the source of a CSS file the
autcomplete tooltip for &quot;border:&quot; says the attributes for the
the style is 'border-width' 'border-style' 'color', the CSS Properties
side bar says 'style' 'color' 'width' (which is correct) this may not
make sense, so I took some screen shots. I wouldn't even be posting had
it not been for the tooltip confusing me as to which way was correct and
as a result, no border ;-)




Reply With Quote
  #4  
Old   
Thierry Koblentz
 
Posts: n/a

Default Re: css tooltip typo - 10-29-2004 , 07:47 PM



The problem I see with the tooltips is that the last property doesn't match
the format of the 2 others:
We have:
"border-width" "border-style" "color"
When we should have:
"border-width" "border-style" "border-color"

People could end up with red text when all they they want is a red border.

Thierry

Murray *TMM* wrote:
Quote:
Yeah - this is true since there is no confusion as to which is which -



Reply With Quote
  #5  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: css tooltip typo - 10-30-2004 , 08:33 AM



Using a color specification in a border style will never color your text.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Thierry Koblentz" <thierry (AT) 212utah (DOT) invalid> wrote

Quote:
The problem I see with the tooltips is that the last property doesn't
match
the format of the 2 others:
We have:
"border-width" "border-style" "color"
When we should have:
"border-width" "border-style" "border-color"

People could end up with red text when all they they want is a red border.

Thierry

Murray *TMM* wrote:
Yeah - this is true since there is no confusion as to which is which -





Reply With Quote
  #6  
Old   
Thierry Koblentz
 
Posts: n/a

Default Re: css tooltip typo - 10-30-2004 , 11:13 AM



Murray,
Did you read my post?
The toot tips suggest to use "border-width" "border-style" or "color" *not*
"border-color"
If ones consider to use "color", as suggested, one does get his/her text
colored.

Thierry

Murray *TMM* wrote:
Quote:
Using a color specification in a border style will never color your
text.



Reply With Quote
  #7  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: css tooltip typo - 10-30-2004 , 11:20 AM



The post is talking about the shorthand representation for defining a border
style. It is complaining about the fact that the tooltip for it in one
place is not in synch with the tooltip for it in another. The point I was
making is that the styles are so mutually exclusive that the order doesn't
make any difference - it is obvious which applies to what when you have -

border: 1px solid red;

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Thierry Koblentz" <thierry (AT) 212utah (DOT) invalid> wrote

Quote:
Murray,
Did you read my post?
The toot tips suggest to use "border-width" "border-style" or "color"
*not*
"border-color"
If ones consider to use "color", as suggested, one does get his/her text
colored.

Thierry

Murray *TMM* wrote:
Using a color specification in a border style will never color your
text.





Reply With Quote
  #8  
Old   
Thierry Koblentz
 
Posts: n/a

Default Re: css tooltip typo - 10-30-2004 , 11:35 AM



That's why I said you didn't read my post
Following the OP, I noticed that the format of the tooltips could lead
someone to use the wrong property.
I said "The problem I see with the tooltips is that the last property
doesn't match the format of the 2 others:"
I didn't make any mention of the order the properties are listed as I think
it is the format that is a problem..
I'm not trying to make a point. There is a problem with the tool tips that
the OP didn't mention; so I thought my reply was appropriate in this thread.

Thierry


Murray *TMM* wrote:
Quote:
The post is talking about the shorthand representation for defining a
border style. It is complaining about the fact that the tooltip for
it in one place is not in synch with the tooltip for it in another.
The point I was making is that the styles are so mutually exclusive
that the order doesn't make any difference - it is obvious which
applies to what when you have -

border: 1px solid red;


"Thierry Koblentz" <thierry (AT) 212utah (DOT) invalid> wrote in message
news:cm0b31$are$1 (AT) forums (DOT) macromedia.com...
Murray,
Did you read my post?
The toot tips suggest to use "border-width" "border-style" or "color"
*not*
"border-color"
If ones consider to use "color", as suggested, one does get his/her
text colored.

Thierry

Murray *TMM* wrote:
Using a color specification in a border style will never color your
text.



Reply With Quote
  #9  
Old   
The Wrench Pilot
 
Posts: n/a

Default Re: css tooltip typo - 11-10-2004 , 03:57 PM



in firefox, the border style did not appear unless they were in a certain order
in the stylesheet. I didn't realize that the order normally didn't matter. it
must have been a css parse error courtesy of a pre-release of firefox. but
non-the-less, the tooltips are inconsistant. ;-)


Reply With Quote
  #10  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: css tooltip typo - 11-10-2004 , 04:26 PM



It couldn't possibly matter.

border:solid 1px red
border:red 1px solid
border:solid red 1px

will all look the same in FF.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"The Wrench Pilot" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
in firefox, the border style did not appear unless they were in a certain
order
in the stylesheet. I didn't realize that the order normally didn't
matter. it
must have been a css parse error courtesy of a pre-release of firefox.
but
non-the-less, the tooltips are inconsistant. ;-)




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.