ifdef'ing out the where we get the value of the label

b=4050 r=kmcclusk
This commit is contained in:
rods%netscape.com 2000-06-15 12:58:54 +00:00
Родитель fb6416f7dd
Коммит 96ee63a8cb
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -717,7 +717,7 @@ nsHTMLSelectElement::GetValue(nsString& aValue)
}
return NS_OK;
}
#if 0 // temporary for bug 4050
// first check to see if label is there and has a value
rv = option->GetHTMLAttribute(nsHTMLAtoms::label, value);
if (NS_CONTENT_ATTR_HAS_VALUE == rv) {
@ -728,7 +728,7 @@ nsHTMLSelectElement::GetValue(nsString& aValue)
}
return NS_OK;
}
#endif
nsCOMPtr<nsIDOMHTMLOptionElement> optElement = do_QueryInterface(node);
if (optElement) {
optElement->GetText(aValue);

Просмотреть файл

@ -717,7 +717,7 @@ nsHTMLSelectElement::GetValue(nsString& aValue)
}
return NS_OK;
}
#if 0 // temporary for bug 4050
// first check to see if label is there and has a value
rv = option->GetHTMLAttribute(nsHTMLAtoms::label, value);
if (NS_CONTENT_ATTR_HAS_VALUE == rv) {
@ -728,7 +728,7 @@ nsHTMLSelectElement::GetValue(nsString& aValue)
}
return NS_OK;
}
#endif
nsCOMPtr<nsIDOMHTMLOptionElement> optElement = do_QueryInterface(node);
if (optElement) {
optElement->GetText(aValue);