rainforestapp / github-chrome

Github for Chrome!
https://chrome.google.com/webstore/detail/laeofjkehjlnochcbhjmbjomogkcanmk
14 stars 12 forks source link

Blank popup window #1

Open ZweiSteinSoft opened 11 years ago

ZweiSteinSoft commented 11 years ago

When clicking the extension icon, the popup window is empty.

image

Does github-chrome work with Repository Next enabled?

msmosso commented 11 years ago

I'm currently facing the same problem here.

swatisinghi commented 11 years ago

Clicking multiple times on the popup opens the exact thing, however in developer mode the css(styling) is lost, am I missing anything. screen shot 2013-08-01 at 12 59 17 pm screen shot 2013-08-01 at 12 58 11 pm

swatisinghi commented 11 years ago

I figured out the problem, I did not have the ruby gem compass installed. The css is now fixed.

a-beer commented 11 years ago

@swatisinghi - Could you please elaborate a bit more? I do have ruby gem installed and I'm getting a blank pop up for both the stable version on the chrome web store and the version I build from the source here. According to the Chrome debugging console select2.css seems to be missing.

At-Libitum commented 10 years ago

Relatively new to GitHub so pardon me if this was covered someplace else. I tried searching github and could find all but 2 mentions of this "Repository Next" feature that I have to have enabled to get the dropdown populated. One catch though, I cannot for the life of me find a setting anywhere on GitHub that will allow me to enable this mistified "Repository Next".

A pointer in the right direction where it might be found would be very welcome.

spotman commented 10 years ago

The bug is still exists. Blank popup window. Google Console says this:

Failed to load resource chrome-extension://laeofjkehjlnochcbhjmbjomogkcanmk/build/css/select2.css
Error in event handler for (unknown): ReferenceError: GithubChrome is not defined
    at chrome-extension://laeofjkehjlnochcbhjmbjomogkcanmk/build/hook.js:7:22
    at extensions::messaging:320:11
    at Function.target.(anonymous function) (extensions::SafeBuiltins:19:14)
    at Event.dispatchToListener (extensions::event_bindings:386:22)
    at Event.dispatch_ (extensions::event_bindings:371:27)
    at Event.dispatch (extensions::event_bindings:392:17)
    at dispatchOnDisconnect (extensions::messaging:280:27) popup.html:1

The extension has a very good features, but it`s unusable due to this bug.

At-Libitum commented 10 years ago

Ah thanks :) so was searching in the wrong isle.

ghost commented 10 years ago

Which node version have you used? I keep getting this error when I do cake build! Error: require.paths is removed. Use node_modules folders, or the NODE_PATH environment variable instead. at Function.Module._compile.Object.defineProperty.get (module.js:386:11) at Object. (/usr/local/bin/cake@1.6.1:4:21) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.runMain (module.js:492:10) at process.startup.processNextTick.process._tickCallback (node.js:244:9)

MathRobin commented 10 years ago

Blank popup opens a blank tab and after, the popup closes automatically and opens a second bloank tab for me. Each time.

klzns commented 10 years ago

I'm having the same issue @MathRobin

a-beer commented 10 years ago

hi, so I had fixed this issue for myself. It seems the imports for the JS file are not correctly organized. You could fix that and it should work.

M-Zuber commented 10 years ago

@a-beer could you possibly do a pull request?

a-beer commented 10 years ago

Hey, M-Zuber, I'm sorry, I don't think I have the code for that any more. I'll check once again, though.

fredsterss commented 10 years ago

hey gang! We've been really shitty about maintaining this. Apologies. @a-beer if you have a PR to fix this we will merge it. If not I will look at this on Friday during our Open Source hackday at Rainforest.

jacindaz commented 10 years ago

Any updates on this? I also get a blank pop-up window.