Closed Bug 83638 Opened 23 years ago Closed 23 years ago

Address Book's throbber extends (should be made a box)

Categories

(SeaMonkey :: MailNews: Address Book & Contacts, defect, P3)

Tracking

(Not tracked)

VERIFIED FIXED
mozilla0.9.3

People

(Reporter: stephend, Assigned: sspitzer)

References

Details

Attachments

(2 files)

Build ID:  Fresh CVS pull @2:23 am, Friday, June 1st, 2001 ;-)
OS: Occurs on all platforms.

The addressbook's throbber is not aligned correctly vertically, and Joe
mentioned the fix would be to make it a <box>.

This is ugly ;-(.
Index: addressbook.xul
===================================================================
RCS file: /cvsroot/mozilla/mailnews/addrbook/resources/content/addressbook.xul,v

retrieving revision 1.116
diff -u -r1.116 addressbook.xul
--- addressbook.xul     2001/05/18 01:20:43     1.116
+++ addressbook.xul     2001/06/01 09:34:07
@@ -238,11 +238,10 @@
         <!--button id="button_stop" class="other28" align="top" label="&stopBut
ton.label;" tooltip="aTooltip" tooltiptext="&stopButton.tooltip;" disabled="true
" oncommand="AbStop()"/>
         <button id="button_search" class="other28" align="top" label="&searchBu
tton.label;" disabled="true" tooltip="aTooltip" tooltiptext="&searchButton.toolt
ip;" oncommand="AbSearch()"/-->
                        </box>
-
-      <button class="plain" id="navigator-throbber" oncommand='goClickThrobber(
"addressbook.throbber.url")' tooltip="aTooltip" tooltiptext="&throbber.tooltip;"
>
-        <observes element="broadcaster_throbber" attribute="busy"/>
-      </button>
-    </toolbar>
+      <hbox id="throbber-box" autostretch="never">
+          <button id="navigator-throbber" oncommand='goClickThrobber("addressbo
ok.throbber.url")' tooltip="aTooltip" tooltiptext="&throbber.tooltip;"/>
+      </hbox>
+      </toolbar>
   </toolbox>

   <!-- The main address book three pane -->
Wow, by that same token, Mail/News' throbber has the same condition (throbber
isn't aligned inside of the two horizontal lines).
Joe, can I get an sr= on this?  Andrew or Candice, can I get an r=?  Thanks.
Keywords: nsbeta1, patch, review
Your </toolbar> tag is indented one level too many..

Fix that, and take the sr=hewitt
Status: NEW → ASSIGNED
Index: addressbook.xul
===================================================================
RCS file: /cvsroot/mozilla/mailnews/addrbook/resources/content/addressbook.xul,v

retrieving revision 1.116
diff -u -r1.116 addressbook.xul
--- addressbook.xul     2001/05/18 01:20:43     1.116
+++ addressbook.xul     2001/06/01 22:55:44
@@ -238,10 +238,9 @@
         <!--button id="button_stop" class="other28" align="top" label="&stopBut
ton.label;" tooltip="aTooltip" tooltiptext="&stopButton.tooltip;" disabled="true
" oncommand="AbStop()"/>
         <button id="button_search" class="other28" align="top" label="&searchBu
tton.label;" disabled="true" tooltip="aTooltip" tooltiptext="&searchButton.toolt
ip;" oncommand="AbSearch()"/-->
                        </box>
-
-      <button class="plain" id="navigator-throbber" oncommand='goClickThrobber(
"addressbook.throbber.url")' tooltip="aTooltip" tooltiptext="&throbber.tooltip;"
>
-        <observes element="broadcaster_throbber" attribute="busy"/>
-      </button>
+      <hbox id="throbber-box" autostretch="never">
+          <button id="navigator-throbber" oncommand='goClickThrobber("addressbo
ok.throbber.url")' tooltip="aTooltip" tooltiptext="&throbber.tooltip;"/>
+      </hbox>
     </toolbar>
   </toolbox>

Target Milestone: --- → mozilla0.9.2
themes triage:  moving to 0.9.3, priority P3
Priority: -- → P3
Target Milestone: mozilla0.9.2 → mozilla0.9.3
*** Bug 85506 has been marked as a duplicate of this bug. ***
yeah well, r=hwaara and please post patches as attachments in the future. ;)
r/sr=sspitzer

as hwaara noted, post patches as attachments and not in the comments.
yikes, this patch is bad!

what happend to this line:

<observes element="broadcaster_throbber" attribute="busy"/>

see my patch in #85506.
The patch works in my tree; that is to say when you click on it it loads a new
Nav window, or loads www.mozilla.org in the current open nav window, but maybe
we should use Seth's patch instead.  Also, about the pasting patches in bug
thing, sorry about that, I was just taking a shortcut like I've seen in bug
67398 (but I agree it's bad to do).
stephend:

in your latest patch, you removed this line:

<observes element="broadcaster_throbber" attribute="busy"/>

why'd you remove it?
I believe I was copying other throbber styles from Editor, but I'll have to 
double check.
taking from hewitt.  talked to stephend, and we'll go with my fix.
Assignee: hewitt → sspitzer
Status: ASSIGNED → NEW
my r= still stands for seth's patch from the dup.
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
Blocks: 83989
fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Win32 (2001-06-15-09 trunk)
This is fixed.
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: