zoukankan      html  css  js  c++  java
  • 聊天框richtextfield4.6表情错位

    解决方法1: 以flash 版本10 编译都是没有问题的

    解决方法2:flash 版本11(-swf-version=13+) 有问题

    估计TextField scroll的时候 行内 y值变化和flash10有区别~
    代码:
    com/ riaidea/ text/ SpriteRenderer.as文件
    private function renderSprite(sprite:DisplayObject, index:int):void 函
    数中
    sprite.y = (rect.y + y + 0.5) >> 0; 95行之后 加上
    sprite.y += textRenderer.scrollHeight >>0;

  • 相关阅读:
    SEO搜索引擎
    SEO
    编程的智慧
    ES6编程规范
    面试题集
    motto
    motto
    JS
    motto
    Linux
  • 原文地址:https://www.cnblogs.com/tinytiny/p/2881093.html
Copyright © 2011-2022 走看看