Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noitidart/throbber restored #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ChasCB
Copy link

@ChasCB ChasCB commented May 27, 2014

No description provided.

@Noitidart
Copy link
Owner

Hey man thanks so much for the pull req here. However you didn't edit bootstrap.js right? It was just a copy and paste? Can you please only edit the css file, because if we take that bootstrap.js it puts in a lot of debug comments and most of all it makes it that toolbaritem look again.

@Noitidart
Copy link
Owner

Actually I think I can take out just the changes, I'll send you an updated thing so you can use that as a pull req so i can get your name in here. Thanks so much for your work so juts hang tight please ill make a commit for you :)

@Noitidart
Copy link
Owner

Hmm it looks like the only edits to the css file are the CTR ids. I was hoping to get you rpadding fix so it doesn't strech things. I'll also add in that label to the bootstrap.js.

@ChasCB
Copy link
Author

ChasCB commented May 27, 2014

told you I am not good at java (at all).

I took out this bit

id: 'navigator-throbber',

  •  type: 'custom',
    
  •  defaultArea: CustomizableUI.AREA_NAVBAR,
    
  •  onBuild: function(aDocument) {
    
  •      var toolbaritem = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'toolbaritem');
    
  •      var image = aDocument.createElementNS('http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul', 'image');
    
  •      var props = {
    
  •          id: 'navigator-throbber',
    
  •          title: 'Activity Indicator',
    
  •          align: 'center',
    
  •          pack: 'center',
    
  •          mousethrough: 'always',
    
  •          removable: 'true',
    
  •          sdkstylewidget: 'true',
    
  •          overflows: false
    
  •      };
    
  •      for (var p in props) {
    
  •          toolbaritem.setAttribute(p, props[p]);
    
  •      }
    
  •      toolbaritem.appendChild(image);
    
  •      return toolbaritem;
    
  •  }
    

and left in:

  •   id : 'navigator-throbber',
    
    •  defaultArea : CustomizableUI.AREA_NAVBAR,
      
    •  label : 'Loading',
      
    •  overflows: false
      

Chas

On 27/05/2014, at 21:01, Noitidart [email protected] wrote:

Hey man thanks so much for the pull req here. However you didn't edit bootstrap.js right? It was just a copy and paste? Can you please only edit the css file, because if we take that bootstrap.js it puts in a lot of debug comments and most of all it makes it that toolbaritem look again.


Reply to this email directly or view it on GitHub.

@ChasCB
Copy link
Author

ChasCB commented May 27, 2014

Actually as I am not good with at all with java and only moderately good with css/html I give you permission to log into github with my ID

[removed]

cheers

Chas

On 27/05/2014, at 21:04, Noitidart [email protected] wrote:

Hmm it looks like the only edits to the css file are the CTR ids. I was hoping to get you rpadding fix so it doesn't strech things. I'll also add in that label to the bootstrap.js.


Reply to this email directly or view it on GitHub.

@Noitidart
Copy link
Owner

Ah no no please I edited out your info for safety. Thanks for the trust though! Right now its 2:15am here, I'll write up a branch and then your way for testing than we'll get it on your account and merge that. :)

@ChasCB
Copy link
Author

ChasCB commented May 27, 2014

ok thanks - its 2110 here in Kiwi land and I spent the day at my mums 91st birthday so a bit under the weather at the mo.

Cheers

Chas

On 27/05/2014, at 21:11, Noitidart [email protected] wrote:

Ah no no please I edited out your info for safety. Thanks for the trust though! Right now its 2:15am here, I'll write up a branch and then your way for testing than we'll get it on your account and merge that. :)


Reply to this email directly or view it on GitHub.

@Noitidart
Copy link
Owner

Ah wow!! 91 thats so cool! Get well soon man! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants