Results 2 issues of bloodysnowx

``` MOAspects.hookInstanceMethodForClass(SearchViewController.TableViewDelegateImpl.self, selector: "tableView:didSelectRowAtIndexPath:", position: MOAspectsPosition.After) { (obj:AnyObject?) -> Void in someMethod1() } class SearchViewController : UIViewController { class TableViewDelegateImpl : NSObject, UITableViewDelegate { override dynamic func tableView(tableView: UITableView, didSelectRowAtIndexPath...

日本語環境下でOctoparts管理画面において、ブラウザの幅が1200px〜1400pxぐらいの時にメニューが2行になり、ページ先頭にあるボタン(ex. スレッドプール設定一覧のスレッドプール設定登録ボタン, キャッシュグループ一覧のキャッシュグループ登録ボタン)を覆い隠してしまう。

bug
help wanted