-
Notifications
You must be signed in to change notification settings - Fork 80
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
[next2] What needs reporting? #804
Comments
Depends. Some things are broken in gtk, some in Corebird. Now and then there's a warning printed on the console when I commented something out. You can just post everything you notice in this bug. Off the top of my head I know of:
|
Thanks. I'll report everything I come across then. I did notice the stuff you mention. On top of that, the Settings window is empty so I guess that also needs to be re-implemented still? |
No the settings window is basically unchanged (apart from some css problems in the snippets page) and that should be fixed by e4bd422 |
Hmm, well the settings window wasn't working for me but it is working now after pulling the latest commits :) |
Right-click on media works now with the latest vala and corebird next2 commits :) |
Found another one:
I can click the person who posted the tweet, but not the person who retweeted it. Works fine on master though. |
Should work now, thanks. |
You're welcome! And thank you for fixing it so quickly, I can confirm that it works now! :) |
I just noticed Ctrl+Enter to send a DM (or reply in a DM conversation) doesn't work on next2. |
And remove the g_warning() call reminding me to implement it. See #804
Working fine now :) Thanks to commit c7b3e44 |
I noticed another little thingy: when you click on a DM conversation with new messages, it takes you to the top (i.e. the start) of the conversation rather than the bottom where the newest message is. |
And remove the g_warning() call reminding me to implement it. See #804
And remove the g_warning() call reminding me to implement it. See #804
It's already in next2: https://github.com/baedert/corebird/blob/next2/src/CbTextView.c#L663 it's just never enabled because gspell depends on gtk3 so we can't use it right now. |
Ah, I understand. Thanks. |
Sending tweets seems to be broken in next2:
Or could it be an issue with the Twitter servers? Update: the tweet was sent after all, but for some reason it took two times and the Compose window never closed. |
Yeah, seems like this was a problem on twitter's side, mixed with the bad error reporting when composing tweets. |
Alright, thanks for the explanation :) |
And remove the g_warning() call reminding me to implement it. See #804
So as I said yesterday, I'm now on the next2 branch to help out with testing. But I'm wondering: is there a list or somewhere of features not yet re-implemented? 'Cause I do notice a few non-working features and I'm wondering if that's because they're not re-implemented yet or because of a bug or something.
The text was updated successfully, but these errors were encountered: