MyBB Community Forums

Full Version: [DEV] Rin Editor public beta 0.5.2 (Powerd by CKEditor) : I need tester
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7
Hi .. I see a problem but don't know is problem or not.
If click on source and click on justify button, code not add! Can you see this? this is normal?
Thanks for work.
(2016-02-18, 05:35 PM)SAEED.M Wrote: [ -> ]Hi .. I see a problem but don't know is problem or not.
If click on source and click on justify button, code not add! Can you see this? this is normal?
Thanks for work.

this is normal? --> No.
thanks very much to found this bug. Will fix in next alpha preview release.
When you click the code to add php and you make the screen bigger, the input field stays small.
On Google Chrome here.
[Image: dgzyfzG.png]
(2016-02-20, 03:26 AM)fonta Wrote: [ -> ]When you click the code to add php and you make the screen bigger, the input field stays small.
On Google Chrome here.
[Image: dgzyfzG.png]

thanks, but this happen too in http://sdk.ckeditor.com/samples/bbcode.html ...
so complicate to fix...
anyway i will try, but better report directly to ckeditor.
(2016-02-18, 04:58 PM)martec Wrote: [ -> ]i will hear about suggestions in beta stage, not worry.
So please focus only in bug report for now (in alpha stage), this step is very important, i will not has time to fix bugs after iniciate other projects.

Thank you! I am looking for next release Smile
(2016-02-20, 03:40 AM)martec Wrote: [ -> ]
(2016-02-20, 03:26 AM)fonta Wrote: [ -> ]When you click the code to add php and you make the screen bigger, the input field stays small.
On Google Chrome here.

thanks, but this happen too in  http://sdk.ckeditor.com/samples/bbcode.html ...
so complicate to fix...
anyway i will try, but better report directly to ckeditor.

It's not that hard I think, simply adding or changing some css:
.cke_dialog .ImagePreviewBox {
   border: 2px ridge black;
   overflow: scroll;
   height: 200px;
   width: 100%;
   padding: 2px;
   background-color: white;
}

But, the width: 300px will have to be replaced in multiple places.
(2016-02-22, 10:49 AM)fonta Wrote: [ -> ]
(2016-02-20, 03:40 AM)martec Wrote: [ -> ]
(2016-02-20, 03:26 AM)fonta Wrote: [ -> ]When you click the code to add php and you make the screen bigger, the input field stays small.
On Google Chrome here.

thanks, but this happen too in  http://sdk.ckeditor.com/samples/bbcode.html ...
so complicate to fix...
anyway i will try, but better report directly to ckeditor.

It's not that hard I think, simply adding or changing some css:
.cke_dialog .ImagePreviewBox {
   border: 2px ridge black;
   overflow: scroll;
   height: 200px;
   width: 100%;
   padding: 2px;
   background-color: white;
}

But, the width: 300px will have to be replaced in multiple places.

not need replace in multiple place to change width...
anyway, problem is height that not make any effect in change css in FF.
Hmmm, yes, that indeed seems to be a problem.
Preview Alpha 0.3 Online Now

Changes:

- Fixed bug reported here: http://community.mybb.com/thread-189078-...pid1208755
- Other several bugs that i found during development.

Added:

- Quickquote
- Auto Save Draft
- Imgur upload
- Quick Edit and Quick Reply support.



For now, preview only.
I need for now tester to found bugs. Normally i only made debug in FF, so probably has bugs with other browser.
In alpha stage i will accept only bug report, i will ignore suggestions etc... in this step, please understand that in this step i want focus in fix bugs.

How test Preview Alpha 0.3:

- Go to https://martyan.xyz/qhide (user: test pass: test123) (not need register, you can use test account user: test pass: test123)
- Go to newreply or newthread

Before report bug:

- Check if bug happen too in http://sdk.ckeditor.com/samples/bbcode.html

How report bug:

Offer steps to reproduce bug, if i not can reproduce bug, is impossible to fix.
Screenshot, video etc... help to i understand what happeining.

Answer question below:

- What browser you using?
- Bug happen too in http://sdk.ckeditor.com/samples/bbcode.html ?
Good job! Do you have any plan to have a "lite" version for quick reply?

For "full" standard version in post reply - could you please add also these two buttons: outdent and indent button
Pages: 1 2 3 4 5 6 7