Results 34 comments of Michael Uno

It works here. ![apf_selecting_text](https://cloud.githubusercontent.com/assets/3408158/2892189/2415db8c-d53a-11e3-86fa-0cd3110a7b84.png)

> As a quick follow-up, I was very recently surprised to discover that cursor placement using the mouse worked on both IE and Firefox on the mobile view for the...

Maybe `link_to` or something can be added to the `attributes_to_store` argument for it. I'll see how it can be done.

As discussed in https://github.com/michaeluno/admin-page-framework/issues/239#issuecomment-188837464, it does not seem to be so simple to achieve.

I agree with doing it with a new field type. You should try creating a [custom field type](http://admin-page-framework.michaeluno.jp/en/v3/package-AdminPageFramework.FieldType.html).

> Is there a way to display preview for media field type? There is no preview option for the `media` field type at the moment. > Would it be possible...

When the media uploader dialog is closed, an attachment object is passed to the JavaScript method (https://github.com/michaeluno/admin-page-framework/blob/e23d481d2f432bf1e791e17fb7997b33b606a8e1/development/factory/_common/form/field_type/AdminPageFramework_FieldType_media.php#L259) and its `attributes` property holds the following members (the values are an example)....

The `sizes` property looks like this and no information for which one the user selected. ``` full: Object height: 768 orientation: "landscape" url: "http://.../wp-content/uploads/2016/01/Penguins.jpg" width: 1024 __proto__: Object large: Object...

Does not seem to be soon, sorry. There are more features which need to be done first like nested fields, sortable sections etc.