[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5106) Resizer elements not moved during resizing

Maxim Areshkau (JIRA) jira-events at lists.jboss.org
Fri Oct 30 09:10:05 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12492275#action_12492275 ] 

Maxim Areshkau commented on JBIDE-5106:
---------------------------------------

For experementing with mozilla build in resize you can in MozillaEditor.getEditor() comment following lines
			nsIHTMLObjectResizer htmlObjectResizer = (nsIHTMLObjectResizer) editor.queryInterface(nsIHTMLObjectResizer.NS_IHTMLOBJECTRESIZER_IID);
			//we disable abject resizers
			htmlObjectResizer.hideResizers();
			htmlObjectResizer.setObjectResizingEnabled(false);

> Resizer elements not moved during resizing
> ------------------------------------------
>
>                 Key: JBIDE-5106
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5106
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Visual Page Editor core
>            Reporter: Maxim Areshkau
>            Assignee: Denis Maliarevich
>             Fix For: 3.1.0.CR1
>
>
> Resizer elements not moved when we resize elements, moved only border.
> Possibly we should use build in mozilla resizer.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list